| InternalServiceException |
Thrown if the service itself has thrown an exception.
|
| InvocationBadArgumentException |
Thrown if the service argument validation failed.
|
| ResourceNotFoundException |
Thrown if the service could not find the requested resource.
|
| ServiceAccessDeniedException |
Thrown if access to the service (method) has been denied.
|
| ServiceInvocationException |
Represents an exception during a service invocation.
|
| ServiceInvocationFailedException |
Thrown if the service invocation failed for some reason.
|
| ServiceMethodNotFoundException |
Thrown if a service method does not exist.
|
| ServiceNotAuthorizedException |
Thrown if access to the service requires a logged in user.
|
| ServiceNotAvailableException |
Thrown if the service is temporarily not available.
|
| ServiceNotFoundException |
Thrown if the service has not been found.
|