Class HttpClientErrorException.UnprocessableEntity
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.client.RestClientException
org.springframework.web.client.RestClientResponseException
org.springframework.web.client.HttpStatusCodeException
org.springframework.web.client.HttpClientErrorException
org.springframework.web.client.HttpClientErrorException.UnprocessableEntity
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HttpClientErrorException
@Deprecated(since="7.0")
public static final class HttpClientErrorException.UnprocessableEntity
extends HttpClientErrorException
Deprecated.
HttpClientErrorException for status HTTP 422 Unprocessable Entity.- Since:
- 5.1
- Author:
- Arjen Poutsma
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.web.client.HttpClientErrorExceptionHttpClientErrorException.BadRequest, HttpClientErrorException.Conflict, HttpClientErrorException.Forbidden, HttpClientErrorException.Gone, HttpClientErrorException.MethodNotAllowed, HttpClientErrorException.NotAcceptable, HttpClientErrorException.NotFound, HttpClientErrorException.TooManyRequests, HttpClientErrorException.Unauthorized, HttpClientErrorException.UnprocessableContent, HttpClientErrorException.UnprocessableEntity, HttpClientErrorException.UnsupportedMediaType
- 
Method SummaryMethods inherited from class org.springframework.web.client.HttpClientErrorExceptioncreate, createMethods inherited from class org.springframework.web.client.RestClientResponseExceptiongetResponseBodyAs, getResponseBodyAs, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getResponseHeaders, getStatusCode, getStatusText, setBodyConvertFunctionMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
HttpClientErrorException.UnprocessableContent