Uses of Class
com.sas.lsaf.security.role.RoleException
-
Packages that use RoleException Package Description com.sas.lsaf.security.role Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists. -
-
Uses of RoleException in com.sas.lsaf.security.role
Subclasses of RoleException in com.sas.lsaf.security.role Modifier and Type Class Description class
InvalidRoleMemberException
Thrown when a role is created or updated with new members that violate any membership contracts.class
RoleExistsException
Thrown when an attempt is made to define a role that is already defined; or add an inherited role that is already inherited.class
RoleNotFoundException
Thrown when the specified role was not found on the server.class
RoleUpdateException
Thrown when a role could not be updated.
-