| BadRequestException |
An Exception which may be thrown by Canon implementing methods to indicate
that something went wrong.
|
| CanonException |
An Exception which may be thrown by Canon implementing methods to indicate an
exceptional return.
|
| NoSuchRecordException |
An Exception which may be thrown by Canon implementing methods to indicate
that a requested object does not exist.
|
| NotAuthenticatedException |
An Exception which may be thrown by Canon implementing methods to indicate
that the request has no authentication information.
|
| NotFoundException |
An Exception which may be thrown by Canon implementing methods to indicate
that the request is understood but the caller lacks the necessary entitlements
to perform that action.
|
| NotImplementedException |
An Exception which may be thrown by Canon implementing methods to indicate
that the business logic for the method has not yet been implemented.
|
| PermissionDeniedException |
An Exception which may be thrown by Canon implementing methods to indicate
that the request is understood but the caller lacks the necessary entitlements
to perform that action.
|
| ServerErrorException |
An Exception which may be thrown by Canon implementing methods to indicate
that something went wrong.
|