Package jakarta.ws.rs

Class ClientErrorException

java.lang.Object
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
See Also: