Package com.terracottatech.store
Class StoreReconnectInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.terracottatech.store.StoreRuntimeException
com.terracottatech.store.StoreReconnectFailedException
com.terracottatech.store.StoreReconnectInterruptedException
- All Implemented Interfaces:
Serializable
Thrown to indicate an operation is abandoned due to a connection failure and the thread is interrupted before a
reconnect is complete. The completion status of the abandoned operation is unknown. The thread interruption
is left pending; the interruption must be cleared if store operations are retried in the interrupted
thread.
The value of Throwable.getCause()
is the InterruptedException
raised to interrupt the thread.
The exception by which the connection failure was originally observed is added as a suppressed exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreReconnectInterruptedException
(String message) StoreReconnectInterruptedException
(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
-
StoreReconnectInterruptedException
-
StoreReconnectInterruptedException
-
StoreReconnectInterruptedException
-