com.pega.pegarules.pub.database
Class LockGoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pega.pegarules.pub.PRException
com.pega.pegarules.pub.database.DatabaseException
com.pega.pegarules.pub.database.LockFailureException
com.pega.pegarules.pub.database.LockGoneException
- All Implemented Interfaces:
- java.io.Serializable
public class LockGoneException
- extends LockFailureException
This exception indicates that an expected lock is gone. (This would most
likely be because another Requestor stole the lock and released it.)
- Version:
- $Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
- Author:
- Jamie Gentry
- See Also:
- Serialized Form
Constructor Summary |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
LockGoneException
public 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.
- Parameters:
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 none
Copyright © 2012 Pegasystems Inc. All Rights Reserved.