1.50.39

interbase.interclient
Class UnlicensedComponentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--interbase.interclient.SQLException
                          |
                          +--interbase.interclient.UnlicensedComponentException
Direct Known Subclasses:
ExpiredDriverException

public class UnlicensedComponentException
extends interbase.interclient.SQLException

An improperly licensed InterServer, InterClient, or InterBase component was detected.

Make sure proper ic_license.dat and isc_license.dat files exists on your server machine, and that they have not expired.

The version of InterClient you are using may not be licensed to communicate with the version of InterBase you are using. See the release notes for details.

The error codes associated with this exception are ErrorCodes.unlicensedComponent for driver generated errors, or isc_unlicensed from the ibase.h file for an InterBase generated license error.

Since:
Extension
See Also:
Serialized Form

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