public class ConceptStopWordException extends APIException
Constructor and Description |
---|
ConceptStopWordException(java.lang.String message)
Constructor to give the user a message
|
ConceptStopWordException(java.lang.String message,
java.lang.Throwable cause)
Convenience constructor to give the user a message and to chain
this exception with a parent exception.
|
public ConceptStopWordException(java.lang.String message)
message
- the String to show to the user as to why the concept stop word service failedpublic ConceptStopWordException(java.lang.String message, java.lang.Throwable cause)
message
- the String to show to the user as to why the concept stop word service failedcause
- the parent exceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.