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