public class InvalidMemberException extends MembershipException
Constructor and Description |
---|
InvalidMemberException(Set<Principal> invalidMembers,
String message)
Constructor taking the set of invalid principals and a detailed message about the exception.
|
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getInvalidMembers()
Get the set of invalid principals referenced by this exception.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidMemberException(Set<Principal> invalidMembers, String message)
invalidMembers
- the set of invalid principals.message
- A detailed message about this exception.Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA