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