Class OrientGraphModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
com.tinkerpop.blueprints.impls.orient.OrientGraphModificationException
- All Implemented Interfaces:
Serializable
Exception raised during not managed exceptions during update of graph.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrientGraphModificationException(OException exception) OrientGraphModificationException(String message) -
Method Summary
Methods inherited from class com.orientechnologies.common.exception.OException
wrapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OrientGraphModificationException
-
OrientGraphModificationException
-