Package jakarta.ws.rs

Class ClientErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ForbiddenException, NotAcceptableException, NotAllowedException, NotAuthorizedException, NotFoundException, NotSupportedException

public class ClientErrorException
extends WebApplicationException
A base runtime application exception indicating a client request error (HTTP 4xx status codes).
Since:
2.0
Author:
Marek Potociar
See Also:
Serialized Form