Uses of Class
jakarta.ws.rs.ClientErrorException
-
Packages that use ClientErrorException Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.exception org.jboss.resteasy.core -
-
Uses of ClientErrorException in jakarta.ws.rs
Subclasses of ClientErrorException in jakarta.ws.rs Modifier and Type Class Description classBadRequestExceptionA runtime exception indicating abad client request.classForbiddenExceptionA runtime exception indicating that an access to a resource requested by a client has beenforbiddenby the server.classNotAcceptableExceptionA runtime exception indicating that a client request isnot acceptableby the server.classNotAllowedExceptionA runtime exception indicating a client requesting a resource method that isnot allowed.classNotAuthorizedExceptionA 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.classNotFoundExceptionA runtime exception indicating a resource requested by a client wasnot foundon the server.classNotSupportedExceptionA 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.exception Modifier and Type Class Description classResteasyBadRequestExceptionWraps aBadRequestExceptionwith a sanitized response.classResteasyClientErrorExceptionWraps aClientErrorExceptionwith a sanitized response.classResteasyForbiddenExceptionWraps aForbiddenExceptionwith a sanitized response.classResteasyNotAcceptableExceptionWraps aNotAcceptableExceptionwith a sanitized response.classResteasyNotAllowedExceptionWraps aNotAllowedExceptionwith a sanitized response.classResteasyNotAuthorizedExceptionWraps aNotAuthorizedExceptionwith a sanitized responseclassResteasyNotFoundExceptionWraps aNotFoundExceptionwith a sanitized response.classResteasyNotSupportedExceptionWraps aNotSupportedExceptionwith a sanitized response.Methods in org.jboss.resteasy.client.exception that return ClientErrorException Modifier and Type Method Description ClientErrorExceptionResteasyClientErrorException. unwrap() -
Uses of ClientErrorException in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core with parameters of type ClientErrorException Modifier and Type Method Description protected ResponseExceptionHandler. handleClientErrorException(HttpRequest request, ClientErrorException e)
-