com.niggle.data
Class ModifiedRecordException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.niggle.data.DataException
|
+--com.niggle.data.ModifiedRecordException
- All Implemented Interfaces:
- java.io.Serializable
- public class ModifiedRecordException
- extends DataException
Thrown when a client tries to modify a record that was modified by
another process since it was requested from a data source.
- Author:
- Paul Murphy
- See Also:
- Serialized Form
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 |
ModifiedRecordException
public ModifiedRecordException()
- Constructs a ModifiedRecordException without a default message.
ModifiedRecordException
public ModifiedRecordException(java.lang.String s)
- Constructs a ModifiedRecordException with a detail message.
- Parameters:
s
- the detail message string.
ModifiedRecordException
public ModifiedRecordException(Record rec,
java.lang.String s)