All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.UpdateConflictException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.sql.SQLException
                           |
                           +----interbase.interclient.LockConflictException
                                   |
                                   +----interbase.interclient.UpdateConflictException

public final class UpdateConflictException
extends LockConflictException
InterClient Extension

A transaction is unable to update a row because it has already been updated by a concurrent transaction.



All Packages  Class Hierarchy  This Package  Previous  Next  Index