public abstract class MembershipException extends AbstractCheckedException
Exceptions
with a root cause.
Abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.
Constructor and Description |
---|
MembershipException(String message)
Constructs a
MembershipException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MembershipException(String message)
MembershipException
with the specified detail message.message
- the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA