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
-
NonRegisteredHostException()
-
-
NonRegisteredHostException(String)
-
NonRegisteredHostException
public NonRegisteredHostException()
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