Class StoreReconnectFailedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StoreReconnectInterruptedException

public class StoreReconnectFailedException extends StoreRuntimeException
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 Details

    • StoreReconnectFailedException

      public StoreReconnectFailedException(Throwable cause)
    • StoreReconnectFailedException

      public StoreReconnectFailedException(String message)
    • StoreReconnectFailedException

      public StoreReconnectFailedException(String message, Throwable cause)