IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.projector
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.projector.ProjectorException
                  extended by com.ibm.websphere.projector.EntityExistsException
All Implemented Interfaces:
Serializable

public class EntityExistsException
extends ProjectorException

Thrown by the ObjectGraph or TupleStore when an entity persisted into the graph or inserted into the TupleStore is a duplicate.

Since:
WAS XD 6.1.0.3
See Also:
Serialized Form

Constructor Summary
EntityExistsException()
           
EntityExistsException(String message)
           
EntityExistsException(String message, Throwable cause)
           
EntityExistsException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

EntityExistsException

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

EntityExistsException

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

EntityExistsException

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

EntityExistsException

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

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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