Package com.aquima.web.api.exception
Class StartApplicationForbiddenException
- 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.StartApplicationForbiddenException
-
- All Implemented Interfaces:
Serializable
public class StartApplicationForbiddenException extends AbstractStartForbiddenException
Exception thrown when an authenticated user is attempting to start a application by specifying the project details (project name, version, flow, etc), but does not have the required roles to start the application.- Since:
- 11.7
- Author:
- Petru Galanton
- See Also:
StartShortcutForbiddenException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StartApplicationForbiddenException​(String message, com.blueriq.component.api.IProjectReference projectDetails)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.blueriq.component.api.IProjectReference
getProjectDetails()
-
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
-
-
-
-
Constructor Detail
-
StartApplicationForbiddenException
public StartApplicationForbiddenException​(String message, com.blueriq.component.api.IProjectReference projectDetails)
Creates a new instance.- Parameters:
message
- the error messageprojectDetails
- the details of the project which could not be started
-
-