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