All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.InvalidOperationException

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

public class InvalidOperationException
extends SQLException
InterClient Extension

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