Class ClusterRoutingException
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The exception indicating an operation failed because the cluster was migrating partitions between servers.
public class ClusterRoutingException : SessionException, ISerializable
- Inheritance
-
ClusterRoutingException
- Implements
- Derived
- Inherited Members
Remarks
Partitions are migrated when servers are started, stopped or fail. During migration, it may not be possible to identify the correct server to handle an operation. The operation can be retried.
Since 6.0
Constructors
ClusterRoutingException()
public ClusterRoutingException()
ClusterRoutingException(string)
Creates a new ClusterRoutingException
public ClusterRoutingException(string message)
Parameters
messagestringThe error message.
ClusterRoutingException(string, Exception)
Creates a new ClusterRoutingException.
public ClusterRoutingException(string message, Exception innerException)