| Package | Description |
|---|---|
| org.flowable.ui.common.rest.exception | |
| org.flowable.ui.common.service.exception |
| Class and Description |
|---|
| BadRequestException |
| BaseModelerRestException
Base exception for all exceptions in the REST layer.
|
| ConflictingRequestException |
| ErrorInfo |
| InternalServerErrorException |
| 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.
|
| Class and Description |
|---|
| BaseModelerRestException
Base exception for all exceptions in the REST layer.
|
Copyright © 2021 Flowable. All rights reserved.