com.sas.hls.security.membership.exception
Class MemberNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.membership.exception.MembershipException
com.sas.hls.security.membership.exception.MemberNotFoundException
- All Implemented Interfaces:
- Serializable
public class MemberNotFoundException
- extends MembershipException
The principal specified is not a member of this membership context.
- See Also:
- Serialized Form
MemberNotFoundException
public MemberNotFoundException(Set<Principal> nonMembers,
String message)
- Constructs a MemberNotFoundException with the specified message and list of principals.
- Parameters:
nonMembers
- The set of principals which are not members of the context.message
- The detailed message for this exception.
getNonMembers
public Set<Principal> getNonMembers()
- Get the set of principals which are not members of this context.
- Returns:
- the set of principals which are not members of this context
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA