public class InvalidGroupMemberException extends GroupException
The typical case is when a member to add to the group is NOT a member of the context.
Constructor and Description |
---|
InvalidGroupMemberException(Set<Principal> invalidMembers,
String message)
Constructs an
InvalidGroupMemberException with the specified invalid members and detail message. |
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getInvalidMembers()
Gets the set of members that are invalid additions to the group.
|
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidGroupMemberException(Set<Principal> invalidMembers, String message)
InvalidGroupMemberException
with the specified invalid members and detail message.invalidMembers
- the set of members that are invalid additions to the group.message
- the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>