LockException
public class LockException extends 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 Object |
key
Deprecated.
|
protected String |
reason
Deprecated.
|
Constructor and Description |
---|
LockException(String reason,
int code,
Object key)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int CODE_INTERRUPTED
public static final int CODE_TIMED_OUT
public static final int CODE_DEADLOCK_VICTIM
protected int code
public LockException(String reason, int code, Object key)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.