akka.contrib.pattern
Class ClusterSingletonManagerIsStuck

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.AkkaException
                  extended by akka.contrib.pattern.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
ClusterSingletonManagerIsStuck(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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)