com.j_spaces.core.client
Class EntryVersionConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jini.core.entry.UnusableEntryException
com.j_spaces.core.DetailedUnusableEntryException
com.j_spaces.core.client.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:
- Serialized Form
Fields inherited from class net.jini.core.entry.UnusableEntryException |
nestedExceptions, partialEntry, unusableFields |
Methods inherited from class net.jini.core.entry.UnusableEntryException |
printStackTrace, printStackTrace, printStackTrace |
EntryVersionConflictException
public EntryVersionConflictException(String UID,
int spaceVersionID,
int clientVersionID,
String operation)
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
Copyright © GigaSpaces.