Class ClientErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotFoundException, UnauthorizedException

public class ClientErrorException extends UnexpectedStatusException
This is a special UnexpectedStatusException for 4xx status codes (i.e. client errors).
See Also: