interbase.interclient
Class InvalidOperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--interbase.interclient.SQLException
|
+--interbase.interclient.InvalidOperationException
- Direct Known Subclasses:
- DataConversionException, InvalidArgumentException
- public class InvalidOperationException
- extends interbase.interclient.SQLException
An application is calling a method out of context,
or in a manner not allowed according to the JDBC specification.
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, or attempting to operate on
a closed connection.
The error code associated with this exception is
ErrorCodes.invalidOperation.
- Since:
- Extension
- See Also:
- Serialized Form
Send comments or suggestions to icsupport@interbase.com