public class DuplicateChainException extends PipelineManagerException
This exception will be thrown on an unsuccessful attempt at making a copy of 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 | 
|---|
DuplicateChainException()
Constructs a new DuplicateChainException. 
 | 
DuplicateChainException(java.lang.String pStr)
Constructs a new DuplicateChainException with the given 
 explanation. 
 | 
DuplicateChainException(java.lang.String pStr,
                       java.lang.Throwable pSourceException)
Constructs a new DuplicateChainException with the given 
 explanation. 
 | 
DuplicateChainException(java.lang.Throwable pSourceException)
Constructs a new DuplicateChainException. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic DuplicateChainException()
public DuplicateChainException(java.lang.String pStr)
public DuplicateChainException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic DuplicateChainException(java.lang.String pStr,
                               java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem