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