FileDocCategorySizeDatePackage
BadUserException.javaAPI DocGlassfish v2 API2435Fri May 04 22:35:26 BST 2007com.sun.enterprise.security.auth.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.
author
Harish Prabandham

Fields Summary
Constructors Summary
public BadUserException(String info)
Constructs the exception, with descriptive information.

param
info describes the problem with the user

 super (info); 
Methods Summary