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 org.springframework.dao.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: