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