GigaSpaces XAP 7.0 API

org.openspaces.core
Class EntryAlreadyInSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.DataIntegrityViolationException
                              extended by 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

Constructor Summary
EntryAlreadyInSpaceException(EntryAlreadyInSpaceException e)
           
 
Method Summary
 String getClassName()
          Returns the rejected entry class name.
 String getUID()
          Returns the rejected 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

EntryAlreadyInSpaceException

public EntryAlreadyInSpaceException(EntryAlreadyInSpaceException e)
Method Detail

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()

GigaSpaces XAP 7.0 API

Copyright © GigaSpaces.