Class ParallelFlowInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.redhat.parodos.workflows.exceptions.ParallelFlowInterruptedException
- All Implemented Interfaces:
Serializable
The ParallelFlowInterruptedException wraps unchecked standard Java exception and
enriches them with a custom error code. You can use this execution when a flow is
interrupted during a parallel execution.
- Author:
- Gloria Ciavarrini (Github: gciavarrini)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParallelFlowInterruptedException
-