Class ParallelFlowInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.redhat.parodos.workflows.exceptions.ParallelFlowInterruptedException
-
- All Implemented Interfaces:
Serializable
public class ParallelFlowInterruptedException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParallelFlowInterruptedException(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
-
-