public class InvalidMemberException extends MembershipException
Constructor and Description |
---|
InvalidMemberException(Set<Principal> invalidMembers,
String message)
Constructs an
InvalidMemberException with the set of invalid principals and the specified detailed message. |
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getInvalidMembers()
Gets the set of invalid principals that are referenced by the exception.
|
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidMemberException(Set<Principal> invalidMembers, String message)
InvalidMemberException
with the set of invalid principals and the specified detailed message.invalidMembers
- the set of invalid principals.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>