throw ce;
} catch (Exception e) {
LOG.error("An exception occurred while processing the conversations: " + e.getMessage());
throw new ConversationException(e.getMessage());
}
if (LOG.isDebugEnabled()) {
LOG.debug("...processing of conversations complete.");
}