All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface interbase.interclient.ComponentException

public interface ComponentException
InterClient Extension

SQL exception classes which indicate the component in which the exception was thrown implement this interface.

Component SQL exceptions can occur in InterClient, InterServer, or InterBase.

See Also:
UnlicensedComponentException, OutOfMemoryException, BugCheckException

Variable Index

 o INTERBASE
 o INTERCLIENT
 o INTERSERVER

Method Index

 o getComponent()
Get the component in which the exception occurred.

Variables

 o INTERCLIENT
  public final static int INTERCLIENT
 o INTERSERVER
  public final static int INTERSERVER
 o INTERBASE
  public final static int INTERBASE

Methods

 o getComponent
  public abstract int getComponent()
Get the component in which the exception occurred.


All Packages  Class Hierarchy  This Package  Previous  Next  Index