Class ORetryQueryException
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.orient.core.exception.ORetryQueryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OIndexIsRebuildingException
Exception which is thrown by core components to ask command handler to rebuild and run executed
command again.
-
Constructor Summary
ConstructorsConstructorDescriptionORetryQueryException(ORetryQueryException exception) ORetryQueryException(String message) -
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
-
ORetryQueryException
-
ORetryQueryException
-