Class RestClientException

    • Constructor Detail

      • RestClientException

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

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