|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.oreodata.DataException | +--org.oreodata.MissingRecordException
Thrown when a client tries to modify a record that has already been deleted. Can often be safely ignored if the application does not consider this an error.
Constructor Summary | |
MissingRecordException()
Constructs a MissingRecordException without a detail message. |
|
MissingRecordException(Record record,
java.lang.String s)
Constructs a MissingRecordException with a detail message. |
|
MissingRecordException(java.lang.String s)
|
Methods inherited from class org.oreodata.DataException |
getLocale, getLocalizedMessage, getNestedException, getRecord, setLocale, setRecord |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MissingRecordException()
public MissingRecordException(java.lang.String s)
public MissingRecordException(Record record, java.lang.String s)
record
- The record (likely deleted) that is relevant. May well be null.s
- the detail message string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |