Class ClusterRoutingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterRepartitionException

public class ClusterRoutingException extends SessionException
Indicates a cluster operation failed to be routed to a server within the cluster due to a communication failure.

This is a transient error that occurs while the cluster is recovering from failure. The operation can be retried.

Since:
6.5
Author:
DiffusionData Limited
See Also:
  • Constructor Details

    • ClusterRoutingException

      public ClusterRoutingException()
      Constructor.
    • ClusterRoutingException

      public ClusterRoutingException(String message)
      Constructor.
      Parameters:
      message - the exception message
    • ClusterRoutingException

      public ClusterRoutingException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the exception message
      cause - the cause