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