Class ClusterSingletonManagerIsStuck

  • All Implemented Interfaces:
    java.io.Serializable, scala.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClusterSingletonManagerIsStuck

        public ClusterSingletonManagerIsStuck​(java.lang.String message)