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
public class ProcessTaskAccessDeniedException extends ProcessException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessTaskAccessDeniedException​(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
-
-
-
-
Constructor Detail
-
ProcessTaskAccessDeniedException
public ProcessTaskAccessDeniedException​(String message)
Constructs an exception with a message.- Parameters:
message
- the message of the exception.
-
-