| AbstractCisClientException |
Expected exceptional cases due to invalid requests from a client (e.g.
|
| AbstractCisServiceException |
Super class for all service related exceptions.
|
| AbstractServiceErrorException |
Indicates that the external service responded with an invalid or unexpected result.
|
| InternalServerErrorException |
Indicates that an internal error occured in CIS.
|
| InvalidOrMissingFieldException |
Indicates that the request has invalid or missing elements that prevents the request to be fulfilled.
|
| NoConfigurationFoundException |
|
| NoSuchServiceException |
|
| NotFoundException |
A generic exception if a resource wasn't found (will be translated to a 404).
|
| ServiceConfigurationException |
Indicates that the service configuration is not valid.
|
| ServiceErrorResponseException |
Exception thrown when the 3rd party returns an error.
|
| ServiceInvalidException |
Indicates that the requested service or function is not supported.
|
| ServiceNotAuthorizedException |
Indicates that the user is not authorized to access the service.
|
| ServiceNotAvailableException |
Indicates that the requested service is not available.
|
| ServiceNotImplementedException |
Indicates that the requested service or function is not supported.
|
| ServicePreconditionFailedException |
A precondition failed which prevented it from fulfilling the request.
|
| ServiceRequestException |
The 3rd party returned an error due to invalid or missing arguments.
|
| ServiceTimeoutException |
Indicates that the call to an external service has timed out.
|
| UnknownClientErrorException |
This Exception is to be used when an unexpected / unreadable exception from the client was thrown.
|
| UnreadableServiceRequestException |
Exception thrown when the 3rd party service returns a not expected response format (xml parsing issues, or not
expected values) or when there is some IO issue.
|
| UnreadableServiceResponseException |
Exception thrown when the 3rd party service returns a not expected response format (xml parsing issues, or not
expected values) or when there is some IO issue.
|