All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.aglet.ServerNotFoundException

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

public class ServerNotFoundException
extends IOException
Signals that the server is not available


Constructor Index

 o ServerNotFoundException()
Constructs a ServerNotFoundException
 o ServerNotFoundException(String)
Constructs a ServerNotFoundException with the detailed message.

Constructors

 o ServerNotFoundException
 public ServerNotFoundException()
Constructs a ServerNotFoundException

 o ServerNotFoundException
 public ServerNotFoundException(String s)
Constructs a ServerNotFoundException with the detailed message.

Parameters:
s - the detailed message

All Packages  Class Hierarchy  This Package  Previous  Next  Index