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