java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.ejb.CreateException | +--javax.ejb.DuplicateKeyException
The DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists. This exception is thrown by the create methods defined in an entity Bean's home interface.
DuplicateKeyException()
DuplicateKeyException(java.lang.String message)
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DuplicateKeyException()
public DuplicateKeyException(java.lang.String message)