org.openspaces.core
Class EntryAlreadyInSpaceException
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.DataIntegrityViolationException
org.openspaces.core.EntryAlreadyInSpaceException
- All Implemented Interfaces:
- Serializable
public class EntryAlreadyInSpaceException
- extends DataIntegrityViolationException
This exception is thrown when write operation is rejected when the entry (or another with same
UID) is already in space. Wraps EntryAlreadyInSpaceException
.
- Author:
- kimchy
- See Also:
- Serialized Form
EntryAlreadyInSpaceException
public EntryAlreadyInSpaceException(EntryAlreadyInSpaceException e)
getUID
public String getUID()
- Returns the rejected entry UID.
- See Also:
EntryAlreadyInSpaceException.getUID()
getClassName
public String getClassName()
- Returns the rejected entry class name.
- See Also:
EntryAlreadyInSpaceException.getClassName()
Copyright © GigaSpaces.