public class DuplicateKeyException extends DataIntegrityViolationException
Constructor and Description |
---|
DuplicateKeyException(java.lang.String msg)
Constructor for DuplicateKeyException.
|
DuplicateKeyException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for DuplicateKeyException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public DuplicateKeyException(java.lang.String msg)
msg
- the detail messagepublic DuplicateKeyException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the data access API in use