public class RequestBodyEncodingException extends WebClientException
Constructor and Description |
---|
RequestBodyEncodingException(String msg,
Throwable ex)
Construct a new instance of
RequestBodyEncodingException with the given message and exception. |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequestBodyEncodingException(String msg, Throwable ex)
RequestBodyEncodingException
with the given message and exception.msg
- the messageex
- the exceptionCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.