1.50.39

interbase.interclient
Class BugCheckException

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

public final class BugCheckException
extends interbase.interclient.SQLException

An internal program state inconsistency has been detected and implies a bug in InterClient, InterServer or InterBase.

Please contact icsupport@interbase.com with the bug code and a small test case if possible.

The error codes associated with this exception are ErrorCodes.bugCheck for driver generated bug checks, or isc_bug_check from the ibase.h file for an InterBase generated license error.

Since:
Extension
See Also:
Serialized Form

Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


1.50.39

Send comments or suggestions to icsupport@interbase.com