GroupNotEmptyExceptionpublic class GroupNotEmptyException extends Exception Exception thrown when an operation is requested to remove a group that has
a list of users. |
Constructors Summary |
---|
public GroupNotEmptyException(String info)Constructs the exception, with descriptive information. super (info);
|
|