Class ClusterRoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.ClusterRoutingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClusterRepartitionException
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 Summary
ConstructorsConstructorDescriptionConstructor.ClusterRoutingException
(String message) Constructor.ClusterRoutingException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterRoutingException
public ClusterRoutingException()Constructor. -
ClusterRoutingException
Constructor.- Parameters:
message
- the exception message
-
ClusterRoutingException
Constructor.- Parameters:
message
- the exception messagecause
- the cause
-