All Packages Class Hierarchy This Package Previous Next Index
Class interbase.interclient.BadInstallationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.sql.SQLException
|
+----interbase.interclient.BadInstallationException
- public final class BadInstallationException
- extends SQLException
InterClient Extension
since 0.91
An improper InterClient installed configuration has been detected.
Currently, this can occur for the following reasons:
- A non-JRE 1.1 enabled client application is trying to use InterClient.
- InterClient is being downloaded as part of an applet by
a browser which is not JRE 1.1 enabled.
- The set of InterClient library class files (interbase/interclient/*.class)
is incomplete.
- The Java SecurityManager does not allow socket connections to server on port 3060.
- A system error occurred on a call to Driver.verifyInstallation().
-
BadInstallationException(String)
-
BadInstallationException
public BadInstallationException(String reason)
All Packages Class Hierarchy This Package Previous Next Index