Class MembershipException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidMemberException, MemberExistsException, MemberNotFoundException

public abstract class MembershipException extends AbstractCheckedException
The root of the hierarchy of all membership check exceptions within the SAS Life Science Analytics Framework Java API. This class provides a way to wrap checked Exceptions with a root cause.

Abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.

Since:
1.2
See Also:
  • Constructor Details

    • MembershipException

      public MembershipException(String message)
      Constructs a MembershipException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).