Class ClientException

    • Constructor Detail

      • ClientException

        public ClientException​(String message)
        Creates a new client exception.
        Parameters:
        message - The message that describes the reason for the error.
      • ClientException

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