Package com.aquima.web.api.exception
Class StartTaskForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.web.api.exception.StartTaskForbiddenException
- All Implemented Interfaces:
Serializable
public class StartTaskForbiddenException
extends com.aquima.interactions.foundation.exception.AppException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStartTaskForbiddenException
(com.blueriq.component.api.IProjectReference projectReference, com.aquima.interactions.project.IUserData userData) StartTaskForbiddenException
(com.blueriq.component.api.IProjectReference projectReference, com.aquima.interactions.project.IUserData userData, Throwable exception) -
Method Summary
Modifier and TypeMethodDescriptioncom.blueriq.component.api.IProjectReference
com.aquima.interactions.project.IUserData
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StartTaskForbiddenException
public StartTaskForbiddenException(com.blueriq.component.api.IProjectReference projectReference, com.aquima.interactions.project.IUserData userData) -
StartTaskForbiddenException
public StartTaskForbiddenException(com.blueriq.component.api.IProjectReference projectReference, com.aquima.interactions.project.IUserData userData, Throwable exception)
-
-
Method Details