public class DuplicateKeyException extends CreateException
Note: Support for entity beans is optional as of EJB 3.2
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DuplicateKeyException()
Constructs a DuplicateKeyException with no detail message.
|
DuplicateKeyException(java.lang.String message)
Constructs a DuplicateKeyException with the specified
detail message.
|
private static final long serialVersionUID