Class ClientOperationTimedOutException

    • Constructor Detail

      • ClientOperationTimedOutException

        public ClientOperationTimedOutException​(String message)
        Creates a new connection operation timed out exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientOperationTimedOutException

        public ClientOperationTimedOutException​(String message,
                                                Throwable cause)
        Creates a new connection operation timed out exception.
        Parameters:
        message - The message that describes the reason for the error.
        cause - An exception that further defines the reason for the error.