类 RestClientException

    • 构造器详细资料

      • RestClientException

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

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