Package akka.cluster.singleton
Class ClusterSingletonManagerIsStuck
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.cluster.singleton.ClusterSingletonManagerIsStuck
-
- All Implemented Interfaces:
java.io.Serializable
public class ClusterSingletonManagerIsStuck extends AkkaException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterSingletonManagerIsStuck(java.lang.String message)
-