from);
}
} catch (DataManagerException e) {
throw new ServletException(e.getMessage());
} catch (Exception e) {
UnprocessedEMail em = dataStoreManager
.storeUnprocessedEMail(message);
LOGGER.log(Level.SEVERE,
"Incoming message could not be processed, saved as UnprocessedEMail "
+ KeyFactory.keyToString(em.getIdentifier()), e);
}
} finally {
dataStoreManager.close();
}
}