All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.LoginTimeoutException

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

public final class LoginTimeoutException
extends SQLException
InterClient Extension

IO was interrupted during a connection request, probably due to login timeout.


Method Index

 o getLoginTimeout()
Get the login timeout value which was set when this exception occured.
 o getServerName()
Get the name of server to which login was unsuccessful.

Methods

 o getServerName
  public String getServerName()
Get the name of server to which login was unsuccessful.

 o getLoginTimeout
  public int getLoginTimeout()
Get the login timeout value which was set when this exception occured.


All Packages  Class Hierarchy  This Package  Previous  Next  Index