Class ONeedRetryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OCommandInterruptedException, OConcurrentCreateException, OConcurrentModificationException, ODistributedKeyLockedException, ODistributedOperationException, ODistributedRecordLockedException

public abstract class ONeedRetryException extends OCoreException
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 Details