public class LockStolenException extends LockFailureException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
sLockHeldByAnother
The
Rule-Message associated with this exception. |
static java.lang.String |
VERSION |
mLookUpRuleMessages
Constructor and Description |
---|
LockStolenException(java.lang.String aLockName,
java.lang.String aLockingRequestorID,
java.lang.Throwable aCause,
int aSeverity,
java.lang.String aDescr,
java.lang.String aSQL,
java.lang.String[] aSQLInserts)
Creates an exception indicating that another Requestor has stolen a lock.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRequestorID()
Get the ID of the Requestor that stole this lock.
|
createLostLockException, createOtherRequestorHasLockException
getDBName, getIndexesOfFailedBatchOperation, getMessage, getOperation, getSQL, setDBName, setOperation, setSQL, setSQLInserts
isLookUpRuleMessages, setLookUpRuleMessages, toString
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public static final java.lang.String sLockHeldByAnother
Rule-Message
associated with this exception.public LockStolenException(java.lang.String aLockName, java.lang.String aLockingRequestorID, java.lang.Throwable aCause, int aSeverity, java.lang.String aDescr, java.lang.String aSQL, java.lang.String[] aSQLInserts)
aLockName
- the ID of the lockaLockingRequestorID
- the ID of the Requestor that stole this lockaCause
- the exception that caused this, or null if none (usually
this will be null)aSeverity
- the severity of this exceptionaDescr
- a description of what was happening when this exception
occurredaSQL
- the SQL operation associated with this exception, or null if
noneaSQLInserts
- the inserts for aSQL
, or null if noneCopyright © 2018 Pegasystems Inc. All Rights Reserved.