|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.transaction.memory.LockException
LockException
Exception displaying a lock problem in pessimistic transactions.
OptimisticMapWrapper
,
LockException
,
Serialized FormField Summary | |
protected int |
code
Deprecated. |
static int |
CODE_DEADLOCK_VICTIM
Deprecated. |
static int |
CODE_INTERRUPTED
Deprecated. |
static int |
CODE_TIMED_OUT
Deprecated. |
protected java.lang.Object |
key
Deprecated. |
protected java.lang.String |
reason
Deprecated. |
Constructor Summary | |
LockException(java.lang.String reason,
int code,
java.lang.Object key)
Deprecated. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CODE_INTERRUPTED
public static final int CODE_TIMED_OUT
public static final int CODE_DEADLOCK_VICTIM
protected java.lang.Object key
protected java.lang.String reason
protected int code
Constructor Detail |
public LockException(java.lang.String reason, int code, java.lang.Object key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |