|
Exception Summary |
| BadRequestException |
The BadRequestException is thrown by service when there is a problem with the request. |
| InternalErrorException |
The InternalErrorException is thrown by service when there is an internal error. |
| NoContentException |
The NoContentException is thrown by a service when the resource requested exists but
has an empty representation. |
| 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. |