Uses of Class
jakarta.ws.rs.ClientErrorException
Packages that use ClientErrorException
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
-
Uses of ClientErrorException in jakarta.ws.rs
Subclasses of ClientErrorException in jakarta.ws.rsModifier and TypeClassDescriptionclassA runtime exception indicating abad client request.classA runtime exception indicating that an access to a resource requested by a client has beenforbiddenby the server.classA runtime exception indicating that a client request isnot acceptableby the server.classA runtime exception indicating a client requesting a resource method that isnot allowed.classA 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.classA runtime exception indicating a resource requested by a client wasnot foundon the server.classA runtime exception indicating that the client request entity media type isnot supported. -
Uses of ClientErrorException in org.jboss.resteasy.client.exception
Subclasses of ClientErrorException in org.jboss.resteasy.client.exceptionModifier and TypeClassDescriptionclassWraps aBadRequestExceptionwith a sanitized response.classWraps aClientErrorExceptionwith a sanitized response.classWraps aForbiddenExceptionwith a sanitized response.classWraps aNotAcceptableExceptionwith a sanitized response.classWraps aNotAllowedExceptionwith a sanitized response.classWraps aNotAuthorizedExceptionwith a sanitized responseclassWraps aNotFoundExceptionwith a sanitized response.classWraps aNotSupportedExceptionwith a sanitized response.Methods in org.jboss.resteasy.client.exception that return ClientErrorException -
Uses of ClientErrorException in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core with parameters of type ClientErrorExceptionModifier and TypeMethodDescriptionprotected ResponseExceptionHandler.handleClientErrorException(HttpRequest request, ClientErrorException e)