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