Class HttpClientException

    • Constructor Detail

      • HttpClientException

        public HttpClientException​(String msg)
        Construct a new instance of HttpClientException with the given message.
        Parameters:
        msg - the message
      • HttpClientException

        public HttpClientException​(String msg,
                                   Throwable ex)
        Construct a new instance of HttpClientException with the given message and exception.
        Parameters:
        msg - the message
        ex - the exception