public class PipelineManagerException extends ContainerException
This exception is the base exception for all pipeline exceptions
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
PipelineManagerException()
Constructs a new PipelineManagerException.
|
PipelineManagerException(java.lang.String pStr)
Constructs a new PipelineManagerException with the given
explanation.
|
PipelineManagerException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new PipelineManagerException with the given
explanation.
|
PipelineManagerException(java.lang.Throwable pSourceException)
Constructs a new PipelineManagerException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic PipelineManagerException()
public PipelineManagerException(java.lang.String pStr)
public PipelineManagerException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic PipelineManagerException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem