Uses of Class
jakarta.ws.rs.ServerErrorException
-
Packages that use ServerErrorException Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.exception -
-
Uses of ServerErrorException in jakarta.ws.rs
Subclasses of ServerErrorException in jakarta.ws.rs Modifier and Type Class Description classInternalServerErrorExceptionA runtime exception indicating aninternal server error.classServiceUnavailableExceptionA 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.exception Modifier and Type Class Description classResteasyInternalServerErrorExceptionWraps aInternalServerErrorExceptionwith a sanitized response.classResteasyServerErrorExceptionWraps aServerErrorExceptionwith a sanitized response.classResteasyServiceUnavailableExceptionWraps aServiceUnavailableExceptionwith a sanitized response.Methods in org.jboss.resteasy.client.exception that return ServerErrorException Modifier and Type Method Description ServerErrorExceptionResteasyServerErrorException. unwrap()
-