public abstract class LockFailureException extends DatabaseException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages| Modifier and Type | Method and Description |
|---|---|
static LockFailureException |
createLostLockException(java.lang.String aLockName)
Deprecated.
create an instance of
LockGoneException instead |
static LockFailureException |
createOtherRequestorHasLockException(java.lang.String aLockName,
java.lang.String aLockingRequestorID,
java.lang.String aActionDescr)
Deprecated.
create an instance of
LockStolenException instead |
getSQL, setSQL, setSQLInsertsisLookUpRuleMessages, setLookUpRuleMessages, toStringpublic static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public static LockFailureException createOtherRequestorHasLockException(java.lang.String aLockName, java.lang.String aLockingRequestorID, java.lang.String aActionDescr)
LockStolenException insteadaLockName - the key we are trying to lockaLockingRequestorID - ID of the Requestor that currently
holds the lock, or null if unknownaActionDescr - what we were trying to do that prompted the
exceptionpublic static LockFailureException createLostLockException(java.lang.String aLockName)
LockGoneException insteadaLockName - the key to the lost lockCopyright © 2014 Pegasystems Inc. All Rights Reserved.