Class ODistributedOperationException

All Implemented Interfaces:
OHighLevelException, Serializable
Direct Known Subclasses:
ODistributedLockException, OInvalidSequentialException

public class ODistributedOperationException extends ONeedRetryException implements OHighLevelException
Exception thrown when a distributed operation doesn't reach the quorum.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also:
  • Constructor Details

    • ODistributedOperationException

      public ODistributedOperationException(ODistributedOperationException exception)
    • ODistributedOperationException

      public ODistributedOperationException(String message)
  • Method Details