All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.sql.SQLException | +----interbase.interclient.InvalidOperationException
An application is calling a method out of context. This can occur if the program state is such that executing an invoked method would not make sense. For example, calling Connection.setReadOnly() while in the middle of a transaction.
All Packages Class Hierarchy This Package Previous Next Index