Uses of Class
org.flowable.ui.common.service.exception.ErrorInfo
-
Packages that use ErrorInfo Package Description org.flowable.ui.common.rest.exception -
-
Uses of ErrorInfo in org.flowable.ui.common.rest.exception
Methods in org.flowable.ui.common.rest.exception that return ErrorInfo Modifier and Type Method Description protected ErrorInfoRestExceptionHandlerAdvice. createInfoFromException(BaseModelerRestException exception, String defaultMessageKey)ErrorInfoRestExceptionHandlerAdvice. handleBadRequest(BadRequestException e)ErrorInfoRestExceptionHandlerAdvice. handleConflict(ConflictingRequestException e)ErrorInfoRestExceptionHandlerAdvice. handleInternalServerError(InternalServerErrorException e)ErrorInfoRestExceptionHandlerAdvice. handleLockedUser(org.springframework.security.authentication.LockedException e)ErrorInfoRestExceptionHandlerAdvice. handleNoPermission(NotPermittedException e)ErrorInfoRestExceptionHandlerAdvice. handleNotFound(NotFoundException e)ErrorInfoRestExceptionHandlerAdvice. handleUnauthorized(UnauthorizedException e)
-