1.50.39

interbase.interclient
Class ExpiredDriverWarning

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

public final class ExpiredDriverWarning
extends interbase.interclient.SQLWarning

A warning that InterClient or InterServer have expired, but will continue to function.

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 .

The error code associated with this warning is always ErrorCodes.unlicensedComponent.

Since:
Extension, since 1.12
See Also:
Serialized Form

Methods inherited from class java.sql.SQLWarning
getNextWarning, setNextWarning
 
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