public class InvalidGroupMemberException extends GroupException
The typical case for this is if a member being added to the group is NOT a member of the context.
Constructor and Description |
---|
InvalidGroupMemberException(Set<Principal> invalidMembers,
String message)
Constructor for GroupIdentifierNotFoundException.
|
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getInvalidMembers()
Returns the set of members which are invalid additions to the group.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA