Class RetryableConnectException

All Implemented Interfaces:
RetryableException, Serializable

public class RetryableConnectException extends ConnectException implements RetryableException
Throws when a connect operations failed.
See Also:
  • Constructor Details

    • RetryableConnectException

      public RetryableConnectException(String message)
      New instance.
      Parameters:
      message - for the exception.
    • RetryableConnectException

      public RetryableConnectException(ConnectException cause)
      Create a new instance.
      Parameters:
      cause - the original cause.