Class | Description |
---|---|
ErrorInfo |
Exception | Description |
---|---|
BadRequestException | |
BaseModelerRestException |
Base exception for all exceptions in the REST layer.
|
ConflictingRequestException | |
InternalServerErrorException | |
ModelErrorException | |
NonJsonResourceNotFoundException |
This is needed for when the REST resource is stated to return for example image/png, but needs to throw a 404
In this case, the default ExceptionHandlerAdvice will create a message for the 404.
|
NotFoundException | |
NotPermittedException |
Exception thrown when an operation is performed for which the current user has insufficient
permissions.
|
UnauthorizedException |
Exception thrown when the request that is performed need authorization, but no valid ticket
has been passed along with it.
|
Copyright © 2014–2015 Alfresco. All rights reserved.