Uses of Class
com.sas.lsaf.security.membership.MembershipException
-
Packages that use MembershipException Package Description com.sas.lsaf.security.membership Service and class definitions for manipulating the membership of a context. -
-
Uses of MembershipException in com.sas.lsaf.security.membership
Subclasses of MembershipException in com.sas.lsaf.security.membership Modifier and Type Class Description class
InvalidMemberException
Thrown when an attempt is made to add Principals to a membership in which they are not potential members.class
MemberExistsException
Thrown when a principal, or set of principals, is currently a member of the context.class
MemberNotFoundException
Thrown when the principal, or principals, specified is not a member of the context.
-