Package | Description |
---|---|
com.pega.pegarules.pub.database |
Provides access to the relational database.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 2014 Pegasystems Inc. All Rights Reserved.