Class ProcessTaskAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.process.exception.ProcessException
com.aquima.interactions.process.exception.ProcessTaskAccessDeniedException
- All Implemented Interfaces:
Serializable
Process engine exception that is used to notify that a process task may not be started due to acces restrictions.
- Since:
- 7.1
- Author:
- Jon van Leuven
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessTaskAccessDeniedException
(String message) Constructs an exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString