try {
ldPathProgram = IOUtils.toString(ldPathProgramReader);
} catch (IOException e) {
String msg = "Cannot convert to String from Reader (ldPathProgramReader) in submitProgram";
logger.error(msg, e);
throw new LDPathException(msg, e);
}
submitProgram(programName, ldPathProgram);
}