All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.server.NonRegisteredHostException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.SecurityException
                                   |
                                   +----ajanta.server.NonRegisteredHostException

public class NonRegisteredHostException
extends SecurityException
This exception is thrown when one try to go to a host, which is not registered in the name registry


Constructor Index

 o NonRegisteredHostException()
 o NonRegisteredHostException(String)

Constructors

 o NonRegisteredHostException
 public NonRegisteredHostException()
 o NonRegisteredHostException
 public NonRegisteredHostException(String mesg)
Parameters:
mesag - message of the exception... reason for failure if known

All Packages  Class Hierarchy  This Package  Previous  Next  Index