Uses of Class
org.jivesoftware.openfire.group.GroupNameInvalidException
-
Packages that use GroupNameInvalidException Package Description org.jivesoftware.openfire.group Groups, which are used to organize users together. -
-
Uses of GroupNameInvalidException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw GroupNameInvalidException Modifier and Type Method Description Group
AbstractGroupProvider. createGroup(String name)
Group
DefaultGroupProvider. createGroup(String name)
Group
GroupManager. createGroup(String name)
Factory method for creating a new Group.Group
GroupProvider. createGroup(String name)
Creates a group with the given name (optional operation).void
AbstractGroupProvider. setName(String oldName, String newName)
void
DefaultGroupProvider. setName(String oldName, String newName)
void
GroupProvider. setName(String oldName, String newName)
Sets the name of a group to a new name.
-