Package com.aquima.web.api.exception
Class StartShortcutForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.web.api.exception.AbstractStartForbiddenException
com.aquima.web.api.exception.StartShortcutForbiddenException
- All Implemented Interfaces:
Serializable
Exception thrown when an authenticated user is attempting to start a application via a shortcut, but does not have
the required roles to start the application.
- Since:
- 11.7
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStartShortcutForbiddenException
(String message, String shortcutName) Creates a new instance. -
Method Summary
Methods inherited from class com.aquima.web.api.exception.AbstractStartForbiddenException
getSsoLogoutUrl, isSsoEnabled, setSsoEnabled, setSsoLogoutUrl
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString