Class ClusterRepartitionException
- 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 ClusterRepartitionException : ClusterRoutingException, ISerializable
- Inheritance
-
ClusterRepartitionException
- Implements
- 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
ClusterRepartitionException(string)
Creates a new ClusterRepartitionException
public ClusterRepartitionException(string message)
Parameters
messagestringThe error message.
ClusterRepartitionException(string, Exception)
Creates a new ClusterRepartitionException.
public ClusterRepartitionException(string message, Exception innerException)