| Package | Description |
|---|---|
| org.flowable.ui.common.rest.exception | |
| org.flowable.ui.common.service.exception |
| Modifier and Type | Method and Description |
|---|---|
protected ErrorInfo |
RestExceptionHandlerAdvice.createInfoFromException(BaseModelerRestException exception,
String defaultMessageKey) |
| 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 © 2018 Flowable. All rights reserved.