public abstract class WebClientException extends NestedRuntimeException
WebClient in case of errors.| Constructor and Description | 
|---|
| WebClientException(String msg)Construct a new instance of  WebClientExceptionwith the given message. | 
| WebClientException(String msg,
                  Throwable ex)Construct a new instance of  WebClientExceptionwith the given message
 and exception. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebClientException(String msg)
WebClientException with the given message.msg - the message