Searched defs:DuplicateKeyException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DDuplicateKeyException.java44 * The DuplicateKeyException exception is thrown if an entity EJB
51 public class DuplicateKeyException extends CreateException { class in inherits:CreateException
56 * Constructs a DuplicateKeyException with no detail message.
58 public DuplicateKeyException() { method in class:DuplicateKeyException
62 * Constructs a DuplicateKeyException with the specified
65 public DuplicateKeyException(String message) { method in class:DuplicateKeyException

Completed in 21 milliseconds