All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.server.realm.BadRealmException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sun.server.realm.BadRealmException
- public class BadRealmException
- extends Exception
Exception thrown when a Realm is found to be corrupted for some reason.
This usually reflects some sort of problem with data structures such
as those holding information about users, groups, or ACLs.
-
BadRealmException(String)
- Constructs the exception, with descriptive information.
BadRealmException
public BadRealmException(String info)
- Constructs the exception, with descriptive information.
- Parameters:
- info - describes the problem with the realm
All Packages Class Hierarchy This Package Previous Next Index