All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.UnknownHostException

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

public final class UnknownHostException
extends SQLException
InterClient Extension

A TCP/IP socket connection cannot be established to an unknown host.

Did you specify a valid host in your database URL? And, are you able to ping the host machine?


Method Index

 o getHostName()
Get the name of the unknown host at the time this exception occurred.

Methods

 o getHostName
  public String getHostName()
Get the name of the unknown host at the time this exception occurred.


All Packages  Class Hierarchy  This Package  Previous  Next  Index