PatientNotFoundException

public class PatientNotFoundException extends Exception

Thrown when a patient can’t be found on the OpenMRS server while performing operations on it. E.g. in setting the patient as deceased, when Patient is not found this exception is thrown.

Constructors

PatientNotFoundException

public PatientNotFoundException(String message)

PatientNotFoundException

public PatientNotFoundException(Exception e)