public class StoreReconnectInterruptedException extends StoreReconnectFailedException
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.
Constructor and Description |
---|
StoreReconnectInterruptedException(java.lang.String message) |
StoreReconnectInterruptedException(java.lang.String message,
java.lang.Throwable cause) |
StoreReconnectInterruptedException(java.lang.Throwable cause) |
public StoreReconnectInterruptedException(java.lang.String message)
public StoreReconnectInterruptedException(java.lang.Throwable cause)
public StoreReconnectInterruptedException(java.lang.String message, java.lang.Throwable cause)