| Package | Description | 
|---|---|
| javax.ws.rs | High-level interfaces and annotations used to create RESTful service
 resources. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | BadRequestException | A runtime exception indicating a  bad client request. | 
| class  | ForbiddenException | A runtime exception indicating that an access to a resource requested by
 a client has been  forbiddenby the server. | 
| class  | NotAcceptableException | A runtime exception indicating that a client request is
  not acceptableby the server. | 
| class  | NotAllowedException | A runtime exception indicating a client requesting a resource method that is
  not allowed. | 
| class  | NotAuthorizedException | A 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. | 
| class  | NotFoundException | A runtime exception indicating a resource requested by a client was
  not foundon the server. | 
| class  | NotSupportedException | A runtime exception indicating that the client request entity media type is
  not supported. | 
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.