LockException
public class LockException
extends java.lang.RuntimeException
OptimisticMapWrapper
,
LockException
,
Serialized FormModifier and Type | Field and Description |
---|---|
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 and Description |
---|
LockException(java.lang.String reason,
int code,
java.lang.Object key)
Deprecated.
|
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
Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.