Class ConnectTimeoutException

  • All Implemented Interfaces:
    RetryableException, java.io.Serializable

    public class ConnectTimeoutException
    extends java.net.ConnectException
    implements RetryableException
    Throws when a connect operations failed because of a timeout.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectTimeoutException​(java.lang.String message, java.lang.Throwable cause)
      Create a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConnectTimeoutException

        public ConnectTimeoutException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Create a new instance.
        Parameters:
        message - the message.
        cause - the original cause.