String msg =
"ServiceMapper returned SAXException. "
+ "The underlying exception was a "
+ e.getClass().getName() + ". "
+ "The message was " + "\"" + e.getMessage() + "\"";
throw new ObjectIntegrityException(msg);
} catch (Exception e) {
String msg =
"ServiceMapper returned error. "
+ "The underlying error was a "
+ e.getClass().getName() + ". "