Uses of Class
com.aquima.web.ui.JsonError
Packages that use JsonError
Package
Description
-
Uses of JsonError in com.aquima.web.api.controller.v2
Methods in com.aquima.web.api.controller.v2 that return JsonErrorModifier and TypeMethodDescriptionAbstractBaseController.clientParametersException
(ClientParameterException exception) DecisionTreeController.clientParametersException
(ClientParameterException exception) AuthenticationController.handleAuthenticationException
(org.springframework.security.core.AuthenticationException exception) AbstractBaseController.handleConversionException
(org.springframework.core.convert.ConversionException exception) ApiExceptionHandler.handleCsrfException
(CsrfException ex) AbstractBaseController.handleDecisionTreeNotExposedException
(com.aquima.interactions.framework.handler.dtree.exceptions.DecisionTreeNotExposedException exception) DecisionTreeController.handleDecisionTreeUnauthenticatedException
(com.aquima.interactions.framework.handler.dtree.exceptions.DecisionTreeUnauthenticatedException exception) DecisionTreeController.handleDecisionTreeUnauthorizedException
(com.aquima.interactions.framework.handler.dtree.exceptions.DecisionTreeUnauthorizedException exception) AbstractBaseController.handleEmptySymptomException
(com.aquima.interactions.foundation.exception.EmptySymptomException exception) AbstractBaseController.handleFlowEndedException
(FlowEndedException exception) AbstractBaseController.handleForbiddenException
(ForbiddenException exception) StartControllerBase.handleForbiddenException
(ForbiddenException exception) WebFunctionController.handleForbiddenException
(ForbiddenException exception) WebFunctionController.handleFunctionParameterException
(com.aquima.interactions.portal.function.FunctionParameterException exception) AbstractBaseController.handleFunctionValidationException
(org.springframework.http.converter.HttpMessageNotReadableException exception) DecisionTreeController.handleFunctionValidationException
(org.springframework.http.converter.HttpMessageNotReadableException exception) ApiExceptionHandler.handleGenericException
(Exception exception) LanguageController.handleIllegalArgumentException
(IllegalArgumentException exception) ApiExceptionHandler.handleIllegalStateException
(IllegalStateException exception) AbstractBaseController.handleMethodArgumentTypeMismatchException
(org.springframework.web.method.annotation.MethodArgumentTypeMismatchException exception, jakarta.servlet.http.HttpServletResponse response) ApiExceptionHandler.handlePortalException
(Exception exception) AbstractBaseController.handleRequestWardException
(RequestWardException ex) AbstractBaseController.handleStartApplicationForbiddenException
(StartApplicationForbiddenException exception) AbstractBaseController.handleStartShortcutForbiddenException
(StartShortcutForbiddenException exception) AbstractBaseController.handleUnauthorizedException()
AbstractBaseController.handleUnknownApplicationException
(com.aquima.interactions.portal.exception.UnknownApplicationException exception) DecisionTreeController.handleUnknownDecisionTreeException
(com.aquima.interactions.dtree.exception.DecisionTreeFinderException exception) AbstractBaseController.handleUnknownFlowException
(com.aquima.interactions.flow.exception.UnknownFlowException exception) AbstractBaseController.handleUnknownFunctionFlowException
(com.aquima.interactions.flow.exception.UnknownFunctionFlowException exception) AbstractBaseController.handleUnknownLanguageException
(com.aquima.interactions.metamodel.exception.UnknownLanguageException ex) AbstractBaseController.handleUnknownModuleException
(com.aquima.interactions.portal.exception.UnknownModuleException exception) AbstractBaseController.handleUnknownSessionException
(com.blueriq.component.api.exception.UnknownSessionException exception) AbstractBaseController.handleUnknownShortcutException
(UnknownShortcutException exception) DecisionTreeController.handleUnknownShortcutException
(UnknownShortcutException exception) AbstractBaseController.handleUnsupportedOpenApiSpecException
(UnsupportedOpenApiSpecException exception) Methods in com.aquima.web.api.controller.v2 that return types with arguments of type JsonErrorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<JsonError> ApiExceptionHandler.handleAuthorizationException
(com.aquima.interactions.portal.exception.FlowAuthorizationException exception) -
Uses of JsonError in com.aquima.web.ui
Subclasses of JsonError in com.aquima.web.uiModifier and TypeClassDescriptionclass
AJsonError
with information about single sign-on, intended to be used when starting a project is forbidden due to the user lacking the required roles.class
AJsonError
intended to be used when starting a project via parameters is forbidden due to the user lacking the required roles.class
AJsonError
intended to be used when starting a project via a shortcut is forbidden due to the user lacking the required roles. -
Uses of JsonError in com.aquima.web.webinterceptor
Methods in com.aquima.web.webinterceptor that return JsonErrorModifier and TypeMethodDescriptionRequestWardInterceptor.handleRequestWardException
(RequestWardException ex)