IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.em
Class EntityExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.websphere.objectgrid.ObjectGridRuntimeException
                  extended by com.ibm.websphere.objectgrid.em.PersistenceException
                      extended by com.ibm.websphere.objectgrid.em.EntityExistsException
All Implemented Interfaces:
IObjectGridException, Serializable

public class EntityExistsException
extends PersistenceException

Thrown when an entity can't be persisted because it would result in a duplicate key violation. This exception may be thrown when an entity is persisted or when the entity data is flushed to the ObjectGrid. The current transaction (if active) will be marked for rollback

Since:
WAS XD 6.1
See Also:
Serialized Form

Constructor Summary
EntityExistsException()
           
EntityExistsException(String message)
           
EntityExistsException(String message, Throwable cause)
           
EntityExistsException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.objectgrid.ObjectGridRuntimeException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityExistsException

public EntityExistsException()
See Also:
PersistenceException.PersistenceException()

EntityExistsException

public EntityExistsException(String message)
See Also:
PersistenceException.PersistenceException(String)

EntityExistsException

public EntityExistsException(String message,
                             Throwable cause)
See Also:
PersistenceException.PersistenceException(String, Throwable)

EntityExistsException

public EntityExistsException(Throwable cause)
See Also:
PersistenceException.PersistenceException(Throwable)

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.