| BadRequestException |
The BadRequestException is thrown by service when there is a problem with the request.
|
| MissingParameterException |
|
| NoContentException |
The NoContentException is thrown by a service when the resource requested exists but
has an empty representation.
|
| NotAcceptableException |
|
| NotImplementedException |
|
| RateLimitException |
Exception representation for denying service based on rate limits.
|
| ResourceNotFoundException |
The ResourceNotFoundException is thrown by a service provider when an attempt is made to
perform an operation upon a resource that cannot be found.
|
| ServiceException |
ServiceException is a base class for all service exceptions.
|
| ServiceForbiddenException |
The ServiceForbiddenException is thrown by a service when an attempt is made to service that
is disabled.
|
| UnauthorizedException |
|