Uses of Class
com.atlassian.crowd.exception.embedded.InvalidGroupException

Packages that use InvalidGroupException
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
 

Uses of InvalidGroupException in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw InvalidGroupException
 Group CrowdAdminService.addGroup(Group group)
          Adds a group to the directory store.
 Group CrowdAdminService.renameGroup(java.lang.String oldName, java.lang.String newName)
          Renames a group.
 Group CrowdAdminService.updateGroup(Group group)
          Updates the group.
 

Uses of InvalidGroupException in com.atlassian.crowd.embedded.core
 

Methods in com.atlassian.crowd.embedded.core that throw InvalidGroupException
 Group CrowdAdminServiceImpl.addGroup(Group group)
           
 Group CrowdAdminServiceImpl.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 Group CrowdAdminServiceImpl.updateGroup(Group group)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.