public abstract class SectionException extends AbstractCheckedException
Constructor and Description |
---|
SectionException(String message)
Constructs a
SectionException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SectionException(String message)
SectionException
with the specified detail message.message
- The detailed message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>