Table of Contents

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)

public ClusterRoutingException(string message)

Parameters

message string

The error message.

ClusterRoutingException(string, Exception)

Creates a new ClusterRoutingException.

public ClusterRoutingException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the ClusterRoutingException.