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
-
ServerNotFoundException()
- Constructs a ServerNotFoundException
-
ServerNotFoundException(String)
- Constructs a ServerNotFoundException with the detailed message.
ServerNotFoundException
public ServerNotFoundException()
- Constructs a ServerNotFoundException
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