Class OConcurrentCreateException

All Implemented Interfaces:
OHighLevelException, Serializable

public class OConcurrentCreateException extends ONeedRetryException implements OHighLevelException
Exception thrown when a create operation get a non expected RID. This could happen with distributed inserts. The client should retry to re-execute the operation.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also:
  • Constructor Details

    • OConcurrentCreateException

      public OConcurrentCreateException(OConcurrentCreateException exception)
    • OConcurrentCreateException

      protected OConcurrentCreateException(String message)
    • OConcurrentCreateException

      public OConcurrentCreateException(ORID expectedRID, ORID actualRid)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getExpectedRid

      public ORID getExpectedRid()
    • getActualRid

      public ORID getActualRid()