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