}catch (Exception e) { return "Error in the lookup of properties "+e.getMessage();}
}
public void callBusinessMethodD() throws BusinessMethodException {
log.debug("StatelessSessionBean.callBusinessMethodD() called");
throw new BusinessMethodException();
}