interbase.interclient
Class UpdateConflictException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--interbase.interclient.SQLException
|
+--interbase.interclient.LockConflictException
|
+--interbase.interclient.UpdateConflictException
- public final class UpdateConflictException
- extends LockConflictException
A transaction is unable to update a row because it has
already been updated by a concurrent transaction.
The error code associated with this exception is
isc_update_conflict from the InterBase ibase.h file.
- Since:
- Extension
- See Also:
- Serialized Form
Send comments or suggestions to icsupport@interbase.com