Class ProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.process.exception.ProcessException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbortProcessTaskException
,AuthorizationEvaluationException
,CaseDataUpdateException
,CloseProcessCaseException
,CompleteProcessTaskException
,CouldNotLockCaseException
,CreateProcessCaseException
,IllegalAssigneeInfoException
,InvalidMessageEventException
,InvalidSpecificCaseException
,OpenProcessTaskException
,PriorityEvaluationException
,ProcessNodeNotInstanceOfTaskNodeException
,ProcessTaskAccessDeniedException
,ReplayCaseEventException
,RoutingEvaluationException
,StartProcessTaskException
,UnknownAuthorizationAlgorithmException
,UnknownCaseEventException
,UnknownMessageEventException
,UnknownMessageEventFieldException
,UnknownPriorityAlgorithmException
,UnknownProcessCaseException
,UnknownProcessEngineException
,UnknownProcessEventException
,UnknownProcessException
,UnknownProcessModuleException
,UnknownProcessNodeException
,UnknownProcessTaskException
,UnknownProcessTypeException
,UnknownRoutingAlgorithmException
,UnknownTaskException
public abstract class ProcessException extends AppException
Base class for exceptions originating from the process engine.- Since:
- 7.0
- Author:
- O. Kerpershoek
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProcessException(String message)
protected
ProcessException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-