|
||||||||||
| 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.ModifiedRecordException
Thrown when a client tries to modify a record that was modified by another process since it was requested from a data source.
| Constructor Summary | |
ModifiedRecordException()
Constructs a ModifiedRecordException without a default message. |
|
ModifiedRecordException(Record rec,
java.lang.String s)
|
|
ModifiedRecordException(java.lang.String s)
Constructs a ModifiedRecordException with a detail message. |
|
| 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 ModifiedRecordException()
public ModifiedRecordException(java.lang.String s)
s - the detail message string.
public ModifiedRecordException(Record rec,
java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||