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 
 | 
mNestedContainerException| 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. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, 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