public abstract class WebClientException extends NestedRuntimeException
WebClient in case of errors.| Constructor and Description | 
|---|
| WebClientException(java.lang.String msg)Construct a new instance of  WebClientExceptionwith the given message. | 
| WebClientException(java.lang.String msg,
                  java.lang.Throwable ex)Construct a new instance of  WebClientExceptionwith the given message
 and exception. | 
contains, getMessage, getMostSpecificCause, getRootCausepublic WebClientException(java.lang.String msg)
WebClientException with the given message.msg - the messagepublic WebClientException(java.lang.String msg,
                          java.lang.Throwable ex)
WebClientException with the given message
 and exception.msg - the messageex - the exception