public class MemberNotFoundException extends MembershipException
Constructor and Description |
---|
MemberNotFoundException(Set<Principal> nonMembers,
String message)
Constructs a
MemberNotFoundException with the set of missing principals and the specified detail message. |
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getNonMembers()
Gets the set of principals that are not members of the context.
|
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MemberNotFoundException(Set<Principal> nonMembers, String message)
MemberNotFoundException
with the set of missing principals and the specified detail message.nonMembers
- the set of principals that are not members of the context.message
- the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA