Class WebClientResponseException.UnprocessableEntity
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.reactive.function.client.WebClientException
org.springframework.web.reactive.function.client.WebClientResponseException
org.springframework.web.reactive.function.client.WebClientResponseException.UnprocessableEntity
- All Implemented Interfaces:
Serializable
- Enclosing class:
WebClientResponseException
@Deprecated(since="7.0")
public static class WebClientResponseException.UnprocessableEntity
extends WebClientResponseException
Deprecated.
WebClientResponseException
for status HTTP 422 Unprocessable Entity.- Since:
- 5.1
- Author:
- Arjen Poutsma, Sebastien Deleuze
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class WebClientResponseException
WebClientResponseException.BadGateway, WebClientResponseException.BadRequest, WebClientResponseException.Conflict, WebClientResponseException.Forbidden, WebClientResponseException.GatewayTimeout, WebClientResponseException.Gone, WebClientResponseException.InternalServerError, WebClientResponseException.MethodNotAllowed, WebClientResponseException.NotAcceptable, WebClientResponseException.NotFound, WebClientResponseException.NotImplemented, WebClientResponseException.ServiceUnavailable, WebClientResponseException.TooManyRequests, WebClientResponseException.Unauthorized, WebClientResponseException.UnprocessableContent, WebClientResponseException.UnprocessableEntity, WebClientResponseException.UnsupportedMediaType
-
Method Summary
Methods inherited from class WebClientResponseException
create, create, create, getHeaders, getMessage, getRequest, getResponseBodyAs, getResponseBodyAs, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getStatusCode, getStatusText, setBodyDecodeFunction
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
WebClientResponseException.UnprocessableContent