Uses of Class
org.flowable.ui.common.service.exception.BaseModelerRestException
-
Packages that use BaseModelerRestException Package Description org.flowable.ui.common.rest.exception org.flowable.ui.common.service.exception -
-
Uses of BaseModelerRestException in org.flowable.ui.common.rest.exception
Methods in org.flowable.ui.common.rest.exception with parameters of type BaseModelerRestException Modifier and Type Method Description protected ErrorInfoRestExceptionHandlerAdvice. createInfoFromException(BaseModelerRestException exception, String defaultMessageKey) -
Uses of BaseModelerRestException in org.flowable.ui.common.service.exception
Subclasses of BaseModelerRestException in org.flowable.ui.common.service.exception Modifier and Type Class Description classBadRequestExceptionclassConflictingRequestExceptionclassInternalServerErrorExceptionclassModelErrorExceptionclassNonJsonResourceNotFoundExceptionThis 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.classNotFoundExceptionclassNotPermittedExceptionException thrown when an operation is performed for which the current user has insufficient permissions.classUnauthorizedExceptionException thrown when the request that is performed need authorization, but no valid ticket has been passed along with it.
-