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