All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.ExpiredDriverWarning

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

public final class ExpiredDriverWarning
extends SQLWarning
implements ComponentException
InterClient Extension since 1.12

InterClient or InterServer may expire on a certain date.

Expired beta releases of InterClient may throw an ExpiredDriverException and refuse connections. Expired product releases of InterClient will accept connections, but will tag the connection with an ExpiredDriverWarning.

Its is suggested that you upgrade both InterClient and InterServer driver components by downloading a recent release from http://www.interbase.com .


Method Index

 o getComponent()
Get the expired component.
 o getExpirationDate()
Get the expiration date which caused this warning to be set.

Methods

 o getComponent
  public int getComponent()
Get the expired component.

 o getExpirationDate
  public Date getExpirationDate()
Get the expiration date which caused this warning to be set.


All Packages  Class Hierarchy  This Package  Previous  Next  Index