Class EntryVersionConflictException

All Implemented Interfaces:
Serializable

public class EntryVersionConflictException extends DetailedUnusableEntryException
This exception is thrown when update/take operation is rejected as a result of optimistic locking version conflict.
Version:
3.0
Author:
Yechiel
See Also:
  • Constructor Details

    • EntryVersionConflictException

      public EntryVersionConflictException(String UID, int spaceVersionID, int clientVersionID, String operation)
  • Method Details

    • getUID

      public String getUID()
      Return entry UID
    • getSpaceVersionID

      public int getSpaceVersionID()
      Return entry Space Version ID
    • getClientVersionID

      public int getClientVersionID()
      Return entry client Version ID
    • getOperation

      public String getOperation()
      Return the space operation caused the conflict Take or Update