Uses of Class
com.sas.hls.security.group.exception.GroupNotFoundException

Packages that use GroupNotFoundException
com.sas.hls.security.group Service and class definitions for manipulating and creating groups. 
com.sas.hls.security.group.exception Exceptions that can be thrown while manipulating a group or using the groupService. 
 

Uses of GroupNotFoundException in com.sas.hls.security.group
 

Methods in com.sas.hls.security.group that throw GroupNotFoundException
 void GroupService.deleteGroup(GroupDescriptor groupDescriptor)
          Delete a group.
 Group GroupService.getGroup(GroupDescriptor groupDescriptor)
          Get the client representation of a group given its descriptor.
 Group GroupService.getGroupByIdentifier(String identifier)
          Get the client representation of a group given its identifier.
 Group GroupService.getGroupByName(GroupContext groupContext, String name)
          Get the client representation of a group given its name and context..
 GroupDescriptor GroupService.getGroupDescriptorByIdentifier(String identifier)
          Get the light-weight representation of a group given its identifier.
 Group GroupService.updateGroup(Group group)
          Update the definition of an existing group.
 

Uses of GroupNotFoundException in com.sas.hls.security.group.exception
 

Subclasses of GroupNotFoundException in com.sas.hls.security.group.exception
 class GroupContextNotFoundException
          Thrown when the specified group context could not be found.
 



Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA