All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.server.realm.BadGroupException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sun.server.realm.BadRealmException
|
+----com.sun.server.realm.BadGroupException
- public class BadGroupException
- extends BadRealmException
Exception thrown when a Group is found to be corrupted for some reason.
This is a special case of a realm data structure being corrupted.
-
BadGroupException(String)
- Constructs the exception, with descriptive information.
BadGroupException
public BadGroupException(String info)
- Constructs the exception, with descriptive information.
- Parameters:
- info - describes the problem with the group
All Packages Class Hierarchy This Package Previous Next Index