Author: max.andersen(a)jboss.com
Date: 2007-04-15 08:52:46 -0400 (Sun, 15 Apr 2007)
New Revision: 11406
Modified:
branches/Branch_3_2/Hibernate3/src/org/hibernate/transaction/TransactionManagerLookupFactory.java
Log:
add context to exception
Modified:
branches/Branch_3_2/Hibernate3/src/org/hibernate/transaction/TransactionManagerLookupFactory.java
===================================================================
---
branches/Branch_3_2/Hibernate3/src/org/hibernate/transaction/TransactionManagerLookupFactory.java 2007-04-15
12:50:34 UTC (rev 11405)
+++
branches/Branch_3_2/Hibernate3/src/org/hibernate/transaction/TransactionManagerLookupFactory.java 2007-04-15
12:52:46 UTC (rev 11406)
@@ -44,7 +44,7 @@
}
catch (Exception e) {
log.error("Could not instantiate TransactionManagerLookup", e);
- throw new HibernateException("Could not instantiate
TransactionManagerLookup");
+ throw new HibernateException("Could not instantiate TransactionManagerLookup
'" + tmLookupClass + "'");
}
}
}
Show replies by date