public class LockGoneException extends LockFailureException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages
Constructor and Description |
---|
LockGoneException(java.lang.String aLockName,
java.lang.Throwable aCause,
int aSeverity,
java.lang.String aDescr,
java.lang.String aSQL,
java.lang.String[] aSQLInserts)
Creates an exception indicating a required lock is missing.
|
createLostLockException, createOtherRequestorHasLockException
getSQL, setSQL, setSQLInserts
isLookUpRuleMessages, setLookUpRuleMessages, toString
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public LockGoneException(java.lang.String aLockName, java.lang.Throwable aCause, int aSeverity, java.lang.String aDescr, java.lang.String aSQL, java.lang.String[] aSQLInserts)
aLockName
- the lock IDaCause
- 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 © 2015 Pegasystems Inc. All Rights Reserved.