PersistenceManagerIF
649650651652653654655656657658
// We can do nothing here. } } LOG.log(Level.SEVERE, "Could not create item.", e); throw new PersistenceManagerException("Could not create item.", e); } finally { HibernateUtil.closeSession(); } }