org.apache.commons.transaction.memory
Class LockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.transaction.memory.LockException
- All Implemented Interfaces:
- Serializable
- public class LockException
- extends RuntimeException
Exception displaying a lock problem in pessimistic transactions.
- Version:
- $Revision: 1.1 $
- See Also:
OptimisticMapWrapper
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CODE_INTERRUPTED
public static final int CODE_INTERRUPTED
- See Also:
- Constant Field Values
CODE_TIMED_OUT
public static final int CODE_TIMED_OUT
- See Also:
- Constant Field Values
CODE_DEADLOCK_VICTIM
public static final int CODE_DEADLOCK_VICTIM
- See Also:
- Constant Field Values
key
protected Object key
reason
protected String reason
code
protected int code
LockException
public LockException(String reason,
int code,
Object key)
Copyright © 2004 The Apache Software Foundation. All Rights Reserved.