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(String message)Constructs a DuplicateKeyException with the specified
 detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateKeyException()
public DuplicateKeyException(String message)
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.