Class OModificationOperationProhibitedException
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.lock.OModificationOperationProhibitedException
- All Implemented Interfaces:
OHighLevelException,Serializable
public class OModificationOperationProhibitedException
extends OCoreException
implements OHighLevelException
Exception is thrown in case DB is locked for modifications but modification request ist trying to
be acquired.
- Since:
- 03.07.12
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
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
-
Constructor Details
-
OModificationOperationProhibitedException
public OModificationOperationProhibitedException(OModificationOperationProhibitedException exception) -
OModificationOperationProhibitedException
-