public void updateSymptom(Symptom symptom) throws RepositoryException, TransactionException,
ObjectNotFoundException, CommunicationException, ObjectNotValidException {
try {
facade.updateSymptom(symptom);
} catch (RemoteException e) {
throw new CommunicationException(e.getMessage());
}
}