Package feign
Class FeignException.UnprocessableEntity
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- feign.FeignException
-
- feign.FeignException.UnprocessableEntity
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FeignException
public static class FeignException.UnprocessableEntity extends FeignException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class feign.FeignException
FeignException.BadGateway, FeignException.BadRequest, FeignException.Conflict, FeignException.Forbidden, FeignException.GatewayTimeout, FeignException.Gone, FeignException.InternalServerError, FeignException.MethodNotAllowed, FeignException.NotAcceptable, FeignException.NotFound, FeignException.NotImplemented, FeignException.ServiceUnavailable, FeignException.TooManyRequests, FeignException.Unauthorized, FeignException.UnprocessableEntity, FeignException.UnsupportedMediaType
-
-
Constructor Summary
Constructors Constructor Description UnprocessableEntity(java.lang.String message, byte[] body)
-
Method Summary
-
Methods inherited from class feign.FeignException
content, contentUTF8, errorStatus, status
-
-