com.sas.hls.security.group.exception
Class InvalidGroupMemberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.group.exception.GroupException
com.sas.hls.security.group.exception.InvalidGroupMemberException
- All Implemented Interfaces:
- Serializable
public class InvalidGroupMemberException
- extends GroupException
Thrown when a group is updated with new members that violate any membership contracts.
The typical case for this is if a member being added to the group is NOT a member of the context.
- See Also:
- Serialized Form
InvalidGroupMemberException
public InvalidGroupMemberException(Set<Principal> invalidMembers,
String message)
- Constructor for GroupIdentifierNotFoundException.
- Parameters:
invalidMembers
- the set of members which are invalid additions to the groupmessage
- the detail message
getInvalidMembers
public Set<Principal> getInvalidMembers()
- Returns the set of members which are invalid additions to the group.
- Returns:
- the set of members which are invalid additions to the group
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA