Class ClusterSingletonManagerIsStuck

All Implemented Interfaces:
Serializable

public class ClusterSingletonManagerIsStuck extends PekkoException
Thrown when a consistent state can't be determined within the defined retry limits. Eventually it will reach a stable state and can continue, and that is simplified by starting over with a clean state. Parent supervisor should typically restart the actor, i.e. default decision.
See Also:
  • Constructor Details

    • ClusterSingletonManagerIsStuck

      public ClusterSingletonManagerIsStuck(String message)