Class HttpClientErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpClientErrorException.BadRequest, HttpClientErrorException.Conflict, HttpClientErrorException.Forbidden, HttpClientErrorException.Gone, HttpClientErrorException.MethodNotAllowed, HttpClientErrorException.NotAcceptable, HttpClientErrorException.NotFound, HttpClientErrorException.TooManyRequests, HttpClientErrorException.Unauthorized, HttpClientErrorException.UnprocessableEntity, HttpClientErrorException.UnsupportedMediaType

public class HttpClientErrorException extends HttpStatusCodeException
Exception thrown when an HTTP 4xx is received.
Since:
3.0
Author:
Arjen Poutsma
See Also: