com.ibm.aglet
Class ServerNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.ibm.aglet.ServerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ServerNotFoundException
extends java.io.IOException

Signals that the server is not available

Version:
1.10 $Date: 2001/07/28 06:33:56 $
Author:
Mitsuru Oshima
See Also:
Serialized Form

Constructor Summary
ServerNotFoundException()
          Constructs a ServerNotFoundException
ServerNotFoundException(java.lang.String s)
          Constructs a ServerNotFoundException with the detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerNotFoundException

public ServerNotFoundException()
Constructs a ServerNotFoundException

ServerNotFoundException

public ServerNotFoundException(java.lang.String s)
Constructs a ServerNotFoundException with the detailed message.
Parameters:
s - the detailed message