Class WebClientException

    • Constructor Detail

      • WebClientException

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

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