Class 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 Detail

      • ParallelFlowInterruptedException

        public ParallelFlowInterruptedException​(String message,
                                                Throwable cause)