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

GroupNotEmptyException

public class GroupNotEmptyException extends Exception
Exception thrown when an operation is requested to remove a group that has a list of users.
author
Harpreet Singh

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

param
info describes the user which does not exist

 super (info); 
Methods Summary