org.openspaces.core
Class EntryNotInSpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.DataRetrievalFailureException
org.openspaces.core.EntryNotInSpaceException
- All Implemented Interfaces:
- Serializable
public class EntryNotInSpaceException
- extends DataRetrievalFailureException
This exception is thrown when update
, readIfExist
or
takeIfExist
operations are rejected. The entry specified by the UID is not in the
space - it was not found or has been deleted. Wraps
EntryNotInSpaceException
.
- Author:
- kimchy
- See Also:
- Serialized Form
EntryNotInSpaceException
public EntryNotInSpaceException(EntryNotInSpaceException e)
getUID
public String getUID()
- Returns Entry UID.
- Returns:
- unique ID of the entry that caused this exception
- See Also:
EntryNotInSpaceException.getUID()
isDeletedByOwnTxn
public boolean isDeletedByOwnTxn()
- Check if deleted in the same transaction.
- Returns:
true
if deleted by the same transaction- See Also:
EntryNotInSpaceException.isDeletedByOwnTxn()
Copyright © GigaSpaces.