|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockFailureException | |
---|---|
com.pega.pegarules.pub.database | Provides access to the relational database. |
Uses of LockFailureException in com.pega.pegarules.pub.database |
---|
Subclasses of LockFailureException in com.pega.pegarules.pub.database | |
---|---|
class |
LockGoneException
This exception indicates that an expected lock is gone. |
class |
LockStolenException
An exception indicating that a required lock has been stolen by another Requestor. |
Methods in com.pega.pegarules.pub.database that return LockFailureException | |
---|---|
static LockFailureException |
LockFailureException.createLostLockException(java.lang.String aLockName)
Deprecated. create an instance of LockGoneException instead |
static LockFailureException |
LockFailureException.createOtherRequestorHasLockException(java.lang.String aLockName,
java.lang.String aLockingRequestorID,
java.lang.String aActionDescr)
Deprecated. create an instance of LockStolenException instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |