public class RunProcessException extends PipelineManagerException
This exception will be thrown on an unsuccessful attempt at running a pipeline chain.
PipelineChain, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
mNestedContainerException| Constructor and Description | 
|---|
RunProcessException()
Constructs a new RunProcessException. 
 | 
RunProcessException(java.lang.String pStr)
Constructs a new RunProcessException with the given 
 explanation. 
 | 
RunProcessException(java.lang.String pStr,
                   java.lang.Throwable pSourceException)
Constructs a new RunProcessException with the given 
 explanation. 
 | 
RunProcessException(java.lang.Throwable pSourceException)
Constructs a new RunProcessException. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic RunProcessException()
public RunProcessException(java.lang.String pStr)
public RunProcessException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic RunProcessException(java.lang.String pStr,
                           java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem