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.
See Also:EJB 3.0 specification author: Florent Benoit
Constructor Summary
public
DuplicateKeyException() Default constructor : builds an exception with an empty message.