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:

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.


Method Index

 o getInterClientRemoteProtocolVersion()
Get the version of the local remote protocol being used for InterClient.
 o getInterServerRemoteProtocolVersion()
Get the version of the remote protocol of interserver being used when this exception occurred.

Methods

 o getInterServerRemoteProtocolVersion
  public int getInterServerRemoteProtocolVersion()
Get the version of the remote protocol of interserver being used when this exception occurred.

 o 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