|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--com.revusky.niggle.data.DataException | +--com.revusky.niggle.data.DuplicateRecordException
A DataException that indicates that there has been an attempt to insert a new record with a primary key that is already taken.
Constructor Summary | |
DuplicateRecordException()
|
|
DuplicateRecordException(Record rec,
java.lang.String s)
|
|
DuplicateRecordException(java.lang.String s)
|
Methods inherited from class com.revusky.niggle.data.DataException |
getLocale, getLocalizedMessage, getNestedException, getRecord, setLocale, setRecord |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DuplicateRecordException()
public DuplicateRecordException(java.lang.String s)
public DuplicateRecordException(Record rec, java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |