FileDocCategorySizeDatePackage
NoSuchUserException.javaAPI DocGlassfish v2 API2386Fri May 04 22:35:26 BST 2007com.sun.enterprise.security.auth.realm

NoSuchUserException

public class NoSuchUserException extends Exception
Exception thrown when an operation is requested on a user which does not exist.
author
Harish Prabandham

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

param
info describes the user which does not exist

 super (info); 
Methods Summary