All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.NoSuchRealmException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.server.realm.NoSuchRealmException

public class NoSuchRealmException
extends Exception
Exception thrown when an operation is requested on a realm which does not exist.


Constructor Index

 o NoSuchRealmException(String)
Constructs the exception, with descriptive information.

Constructors

 o NoSuchRealmException
 public NoSuchRealmException(String info)
Constructs the exception, with descriptive information.

Parameters:
info - describes the realm which does not exist

All Packages  Class Hierarchy  This Package  Previous  Next  Index