Uses of Class
jakarta.ws.rs.ClientErrorException
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
-
Uses of ClientErrorException in jakarta.ws.rs
Modifier and TypeClassDescriptionclass
A runtime exception indicating abad client request
.class
A runtime exception indicating that an access to a resource requested by a client has beenforbidden
by the server.class
A runtime exception indicating that a client request isnot acceptable
by the server.class
A runtime exception indicating a client requesting a resource method that isnot allowed
.class
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.class
A runtime exception indicating a resource requested by a client wasnot found
on the server.class
A runtime exception indicating that the client request entity media type isnot supported
.