All Packages Class Hierarchy This Package Previous Next Index
Class interbase.interclient.RemoteProtocolException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.sql.SQLException
|
+----interbase.interclient.RemoteProtocolException
- public final class RemoteProtocolException
- extends SQLException
InterClient Extension
JDBC Net protocol error.
This errors means that InterClient
has received an unexpected or unintelligable message
from InterServer (or vice-versa).
This error can occur for the following reasons:
- Incompatible versions of InterClient and InterServer tried to communicate.
- An internal bug occurred in the remote interface of InterClient or InterServer.
- InterServer terminated abnormally, disabling communication with InterClient.
On Solaris, if you suspect a bug, check for a core file in the root directory
and if there is one get a stack trace using a command such as
% dbx /usr/interclient/bin/interserver core
dbx> where
On NT or Win95, check if InterServer has GPF'ed.
-
getInterClientRemoteProtocolVersion()
- Get the version of the local remote protocol
being used for InterClient.
-
getInterServerRemoteProtocolVersion()
- Get the version of the remote protocol of interserver
being used when this exception occurred.
getInterServerRemoteProtocolVersion
public int getInterServerRemoteProtocolVersion()
- Get the version of the remote protocol of interserver
being used when this exception occurred.
getInterClientRemoteProtocolVersion
public int getInterClientRemoteProtocolVersion()
- Get the version of the local remote protocol
being used for InterClient.
All Packages Class Hierarchy This Package Previous Next Index