|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.jini.core.entry.UnusableEntryException
com.j_spaces.core.DetailedUnusableEntryException
com.j_spaces.core.client.EntryVersionConflictException
public class EntryVersionConflictException
This exception is thrown when update/take operation is rejected as a result of optimistic locking version conflict.
Field Summary |
---|
Fields inherited from class net.jini.core.entry.UnusableEntryException |
---|
nestedExceptions, partialEntry, unusableFields |
Constructor Summary | |
---|---|
EntryVersionConflictException(String UID,
int spaceVersionID,
int clientVersionID,
String operation)
|
Method Summary | |
---|---|
int |
getClientVersionID()
Return entry client Version ID |
String |
getOperation()
Return the space operation caused the conflict Take or Update |
int |
getSpaceVersionID()
Return entry Space Version ID |
String |
getUID()
Return entry UID |
Methods inherited from class com.j_spaces.core.DetailedUnusableEntryException |
---|
getMessage |
Methods inherited from class net.jini.core.entry.UnusableEntryException |
---|
printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntryVersionConflictException(String UID, int spaceVersionID, int clientVersionID, String operation)
Method Detail |
---|
public String getUID()
public int getSpaceVersionID()
public int getClientVersionID()
public String getOperation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |