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