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, toString
public DuplicateKeyException()
public DuplicateKeyException(String message)
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.