All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.ExpiredDriverException

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

public final class ExpiredDriverException
extends UnlicensedComponentException
implements ComponentException
InterClient Extension

InterClient or InterServer may expire on a certain date.

You may either download an updated driver or a new license certificate from http://www.interbase.com .


Method Index

 o getExpirationDate()
Get the expiration date which caused this exception to be thrown.

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index