Class ODistributedRecordLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
com.orientechnologies.orient.core.exception.OCoreException
com.orientechnologies.common.concur.ONeedRetryException
com.orientechnologies.orient.server.distributed.task.ODistributedRecordLockedException
- All Implemented Interfaces:
Serializable
Exception thrown when a record is locked by a running distributed transaction.
- Author:
- Luca Garulli (l.garulli--at--orientdb.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionODistributedRecordLockedException(String localNodeName, ORID iRid) ODistributedRecordLockedException(String localNodeName, ORID iRid, ODistributedRequestId iLockingRequestId, long timeout) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.exception.OCoreException
getComponentName, getDbName, getErrorCode, getMessageMethods inherited from class com.orientechnologies.common.exception.OException
wrapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
rid
-
lockHolder
-
node
-
-
Constructor Details
-
ODistributedRecordLockedException
-
ODistributedRecordLockedException
-
ODistributedRecordLockedException
public ODistributedRecordLockedException(String localNodeName, ORID iRid, ODistributedRequestId iLockingRequestId, long timeout)
-
-
Method Details