类 WebClientException

    • 构造器详细资料

      • WebClientException

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

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