public class DuplicateKeyException extends DataIntegrityViolationException
| Constructor and Description |
|---|
DuplicateKeyException(String msg)
Constructor for DuplicateKeyException.
|
DuplicateKeyException(String msg,
Throwable cause)
Constructor for DuplicateKeyException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateKeyException(String msg)
msg - the detail messageCopyright © 2017. All rights reserved.