public class ODistributedRecordLockedException extends ONeedRetryException
Modifier and Type | Field and Description |
---|---|
protected ODistributedRequestId |
lockHolder |
protected String |
node |
protected ORID |
rid |
Constructor and Description |
---|
ODistributedRecordLockedException(ODistributedRecordLockedException exception) |
ODistributedRecordLockedException(String localNodeName,
ORID iRid,
long timeout) |
ODistributedRecordLockedException(String localNodeName,
ORID iRid,
ODistributedRequestId iLockingRequestId,
long timeout) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ODistributedRequestId |
getLockHolder() |
String |
getNode() |
ORID |
getRid() |
getComponentName, getDbName, getErrorCode, getMessage
wrapException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ORID rid
protected ODistributedRequestId lockHolder
protected String node
public ODistributedRecordLockedException(ODistributedRecordLockedException exception)
public ODistributedRecordLockedException(String localNodeName, ORID iRid, long timeout)
public ODistributedRecordLockedException(String localNodeName, ORID iRid, ODistributedRequestId iLockingRequestId, long timeout)
Copyright © 2009–2020 OrientDB. All rights reserved.