Package com.terracottatech.store
Class StoreReconnectFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.terracottatech.store.StoreRuntimeException
com.terracottatech.store.StoreReconnectFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StoreReconnectInterruptedException
Thrown for operations attempted against a server connection for which all reconnection attempts have failed.
The value of Throwable.getCause()
is the exception causing termination of the reconnection attempts.
The exception by which the connection failure was originally observed is added as a suppressed exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreReconnectFailedException
(String message) StoreReconnectFailedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreReconnectFailedException
-
StoreReconnectFailedException
-
StoreReconnectFailedException
-