Class PipelineExecutorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.guvnor.ala.pipeline.execution.PipelineExecutorException
-
- All Implemented Interfaces:
Serializable
public class PipelineExecutorException extends Exception
Base class for exceptions related to the pipeline execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PipelineExecutorException(String message)PipelineExecutorException(String message, Throwable cause)PipelineExecutorException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-