Table of Contents

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)

public ClusterRepartitionException(string message)

Parameters

message string

The error message.

ClusterRepartitionException(string, Exception)

public ClusterRepartitionException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the ClusterRepartitionException.