Class ClientIOException

    • Constructor Detail

      • ClientIOException

        public ClientIOException​(String message)
        Creates a new connection I/O exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientIOException

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