Package | Description |
---|---|
com.activiti.service.exception |
Modifier and Type | Class and Description |
---|---|
class |
BadRequestException |
class |
ConflictingRequestException |
class |
InternalServerErrorException |
class |
ModelErrorException |
class |
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.
|
class |
NotFoundException |
class |
NotPermittedException
Exception thrown when an operation is performed for which the current user has insufficient
permissions.
|
class |
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.