Class ClientIdleTimeoutException

    • Constructor Detail

      • ClientIdleTimeoutException

        public ClientIdleTimeoutException​(String message)
        Creates a new connection idle timeout exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientIdleTimeoutException

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