com.ibm.aglet
Class ServerNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.ibm.aglet.ServerNotFoundException

public class ServerNotFoundException
extends java.io.IOException

Signals that the server is not available

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
equals, 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