Uses of Class
jakarta.ws.rs.ServerErrorException
Packages that use ServerErrorException
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
-
Uses of ServerErrorException in jakarta.ws.rs
Subclasses of ServerErrorException in jakarta.ws.rsModifier and TypeClassDescriptionclassA runtime exception indicating aninternal server error.classA runtime exception indicating that the requested resourcecannot be served. -
Uses of ServerErrorException in org.jboss.resteasy.client.exception
Subclasses of ServerErrorException in org.jboss.resteasy.client.exceptionModifier and TypeClassDescriptionclassWraps aInternalServerErrorExceptionwith a sanitized response.classWraps aServerErrorExceptionwith a sanitized response.classWraps aServiceUnavailableExceptionwith a sanitized response.Methods in org.jboss.resteasy.client.exception that return ServerErrorException