com.sas.hls.security.membership.exception
Class InvalidMemberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.membership.exception.MembershipException
com.sas.hls.security.membership.exception.InvalidMemberException
- All Implemented Interfaces:
- Serializable
public class InvalidMemberException
- extends MembershipException
Thrown when an attempt is made to add Principals into a membership where they are not potential members of that
membership.
- See Also:
- Serialized Form
InvalidMemberException
public InvalidMemberException(Set<Principal> invalidMembers,
String message)
- Constructor taking the set of invalid principals and a detailed message about the exception.
- Parameters:
invalidMembers
- the set of invalid principals.message
- A detailed message about this exception.
getInvalidMembers
public Set<Principal> getInvalidMembers()
- Get the set of invalid principals referenced by this exception.
- Returns:
- the set of invalid principals referenced by this exception
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA