Class PipelineExecutorException

  • All Implemented Interfaces:
    Serializable

    public class PipelineExecutorException
    extends Exception
    Base class for exceptions related to the pipeline execution.
    See Also:
    Serialized Form
    • Constructor Detail

      • PipelineExecutorException

        public PipelineExecutorException​(String message)
      • PipelineExecutorException

        public PipelineExecutorException​(String message,
                                         Throwable cause)
      • PipelineExecutorException

        public PipelineExecutorException​(Throwable cause)