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:
  • Constructor Details

    • ParallelFlowInterruptedException

      public ParallelFlowInterruptedException(String message, Throwable cause)