| Interface | Description |
|---|---|
| ExceptionResolver<E extends Exception> |
Loosely based on Spring's HandlerExceptionResolver
Resolves exception to the correct ErrorResponse
|
| Class | Description |
|---|---|
| DefaultExceptionResolver |
Default exception resolver for cases when no other exception resolver will do.
|
| ErrorResponse |
A response object that can be represented to the client, based on the Alfresco API guidelines.
|
| SimpleMappingExceptionResolver |
Exception Resolver that uses a simple Map to resolve the Status codes and error responses for exceptions
|
| WebScriptExceptionResolver |
Resolves WebScriptExceptions
|
| Exception | Description |
|---|---|
| ApiException |
Base exception for errors in the API framework.
|
| ConstraintViolatedException |
A constraint was violated
|
| DeletedResourceException |
In this version of the API the specified resource has been deleted and is
therefore not support
|
| DisabledServiceException |
Thrown when the required service is disabled.
|
| EntityNotFoundException |
The addressed entity was not found
|
| InsufficientStorageException | |
| InvalidArgumentException |
An invalid argument was received
|
| NotFoundException |
The addressed entity or function was not found
|
| PermissionDeniedException |
Permission was denied
|
| RelationshipResourceNotFoundException |
The addressed Relationship Resource was not found
|
| RequestEntityTooLargeException | |
| StaleEntityException |
Attempt to update a stale entity
|
| UnsupportedMediaTypeException |
The media type is unsupported.
|
| UnsupportedResourceOperationException |
The operation is unsupported.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.