public class LockManagerException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
LockManagerException()
Constructs a new LockManagerException
|
LockManagerException(java.lang.String pStr)
Constructs a new LockManagerException with the given
explanation.
|
LockManagerException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new LockManagerException with the given
explanation.
|
LockManagerException(java.lang.Throwable pSourceException)
Constructs a new LockManagerException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic LockManagerException()
public LockManagerException(java.lang.String pStr)
public LockManagerException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic LockManagerException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem