com.sas.hls.security.membership.exception
Class MembershipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.membership.exception.MembershipException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidMemberException, MemberExistsException, MemberNotFoundException
public abstract class MembershipException
- extends AbstractCheckedException
Abstract parent class for exceptions thrown while manipulating or accessing a membership list.
- See Also:
- Serialized Form
MembershipException
public MembershipException(String message)
- MembershipException constructor with detailed message.
- Parameters:
message
- The detailed message for this exception.
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA