Interface | Description |
---|---|
ExceptionResolver |
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
|
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
|
EntityNotFoundException |
The addressed entity was not found
|
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
|
StaleEntityException |
Attempt to update a stale entity
|
UnsupportedResourceOperationException |
The operation is unsupported.
|
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.