Uses of Package
org.flowable.ui.common.service.exception
-
Packages that use org.flowable.ui.common.service.exception Package Description org.flowable.ui.common.rest.exception org.flowable.ui.common.service.exception -
Classes in org.flowable.ui.common.service.exception used by org.flowable.ui.common.rest.exception Class 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. -
Classes in org.flowable.ui.common.service.exception used by org.flowable.ui.common.service.exception Class Description BaseModelerRestException Base exception for all exceptions in the REST layer.