public class ConceptStopWordException extends APIException
Constructor and Description |
---|
ConceptStopWordException(String message)
Constructor to give the user a message
|
ConceptStopWordException(String message,
Throwable cause)
Convenience constructor to give the user a message and to chain
this exception with a parent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConceptStopWordException(String message)
message
- the String to show to the user as to why the concept stop word service failedpublic ConceptStopWordException(String message, Throwable cause)
message
- the String to show to the user as to why the concept stop word service failedcause
- the parent exceptionCopyright © 2024 OpenMRS Inc.. All rights reserved.