All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.BugCheckException

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

public final class BugCheckException
extends SQLException
implements ComponentException
InterClient Extension

An internal 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.


Method Index

 o getBugCode()
Get the internal bug code for this bug check.
 o getComponent()
Get the component which bug checked.

Methods

 o getComponent
  public int getComponent()
Get the component which bug checked.

 o getBugCode
  public int getBugCode()
Get the internal bug code for this bug check.


All Packages  Class Hierarchy  This Package  Previous  Next  Index