|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.core.NestedRuntimeException org.springframework.dao.DataAccessException org.springframework.dao.TransientDataAccessException org.springframework.dao.ConcurrencyFailureException org.springframework.dao.OptimisticLockingFailureException org.openspaces.core.SpaceOptimisticLockingFailureException
public class SpaceOptimisticLockingFailureException
This exception is thrown when update/take operation is rejected
as a result of optimistic locking version conflict. Wraps
EntryVersionConflictException
.
Constructor Summary | |
---|---|
SpaceOptimisticLockingFailureException(EntryVersionConflictException e)
|
Method Summary | |
---|---|
int |
getClientVersionID()
Returns the entry client Version ID |
String |
getOperation()
Return the space operation caused the conflict Take or Update |
int |
getSpaceVersionID()
Returns the entry Space Version ID. |
String |
getUID()
Returns the entry UID. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SpaceOptimisticLockingFailureException(EntryVersionConflictException e)
Method Detail |
---|
public String getUID()
EntryVersionConflictException.getUID()
public int getSpaceVersionID()
EntryVersionConflictException.getSpaceVersionID()
public int getClientVersionID()
EntryVersionConflictException.getClientVersionID()
public String getOperation()
EntryVersionConflictException.getOperation()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |