Uses of Class
javax.ws.rs.ServerErrorException
-
Packages that use ServerErrorException Package Description javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. -
-
Uses of ServerErrorException in javax.ws.rs
Subclasses of ServerErrorException in javax.ws.rs Modifier and Type Class Description class
InternalServerErrorException
A runtime exception indicating aninternal server error
.class
ServiceUnavailableException
A runtime exception indicating that the requested resourcecannot be served
.
-