15 Apr
2010
15 Apr
'10
11:11 a.m.
Hi Again, } catch (HibernateException e) {
// Ensure the original cause will get printed. throw new HibernateException("Failed to commit or rollback transaction. Root cause [" + getExceptionMessage(e) + "]", e);
This also sounds bit wrong, why do we generate HibernateExceptions? - Asiri