public class MemberNotFoundException extends MembershipException
Constructor and Description |
---|
MemberNotFoundException(Set<Principal> nonMembers,
String message)
Constructs a MemberNotFoundException with the specified message and list of principals.
|
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getNonMembers()
Get the set of principals which are not members of this context.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MemberNotFoundException(Set<Principal> nonMembers, String message)
nonMembers
- The set of principals which are not members of the context.message
- The detailed message for this exception.Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA