Uses of Class
com.sas.lsaf.security.group.GroupException
-
Packages that use GroupException Package Description com.sas.lsaf.security.group Service and classes for creating and manipulating groups in the system. -
-
Uses of GroupException in com.sas.lsaf.security.group
Subclasses of GroupException in com.sas.lsaf.security.group Modifier and Type Class Description class
GroupExistsException
Thrown when an attempt is made to create a group that exists with the same name in the same context.class
GroupNotFoundException
Thrown when the specified group is not found.class
InvalidGroupMemberException
Thrown when a group is updated with new members that violate membership contracts.
-