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

NoSuchRealmException

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

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

param
info describes the realm which does not exist

 super (info); 
Methods Summary