Class ONeedRetryException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OCommandInterruptedException,OConcurrentCreateException,OConcurrentModificationException,ODistributedKeyLockedException,ODistributedOperationException,ODistributedRecordLockedException
Abstract base exception to extend for all the exception that report to the user it has been
thrown but re-executing it could succeed.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedONeedRetryException(ONeedRetryException exception) protectedONeedRetryException(ONeedRetryException exception, OErrorCode errorCode) protectedONeedRetryException(String message) protectedONeedRetryException(String message, OErrorCode errorCode) -
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
-
ONeedRetryException
-
ONeedRetryException
-
ONeedRetryException
-
ONeedRetryException
-