public class RequestBodyEncodingException
extends org.springframework.web.reactive.function.client.WebClientException
| Constructor and Description |
|---|
RequestBodyEncodingException(String msg,
Throwable ex)
Construct a new instance of
RequestBodyEncodingException with the given message and exception. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestBodyEncodingException(String msg, Throwable ex)
RequestBodyEncodingException with the given message and exception.msg - the messageex - the exceptionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.