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