|
||||||||||
| 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 Form| Field Summary | |
protected int |
code
Deprecated. |
static int |
CODE_DEADLOCK_VICTIM
Deprecated. |
static int |
CODE_INTERRUPTED
Deprecated. |
static int |
CODE_TIMED_OUT
Deprecated. |
protected Object |
key
Deprecated. |
protected String |
reason
Deprecated. |
| Constructor Summary | |
LockException(String reason,
int code,
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 Object key
protected String reason
protected int code
| Constructor Detail |
public LockException(String reason,
int code,
Object key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||