public class LockManagerException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| 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.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, 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