Class aglet.ServerNotFoundException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aglet.ServerNotFoundException

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

public class ServerNotFoundException
extends IOException
サーバーが利用不可能であることをシグナルする.

Constructor Index

 o ServerNotFoundException()
 o ServerNotFoundException(String)

Constructors

 o ServerNotFoundException
  public ServerNotFoundException()
 o ServerNotFoundException
  public ServerNotFoundException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index