Class ClusterSingletonManagerIsStuckException
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.
Implements
Inherited Members
Namespace: Akka.Cluster.Tools.Singleton
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ClusterSingletonManagerIsStuckException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceClusterSingletonManagerIsStuckException(SerializationInfo, StreamingContext)
Initializes a new instance of the ClusterSingletonManagerIsStuckException class.
Declaration
public ClusterSingletonManagerIsStuckException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
ClusterSingletonManagerIsStuckException(String)
Initializes a new instance of the ClusterSingletonManagerIsStuckException class.
Declaration
public ClusterSingletonManagerIsStuckException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |