From: <one...@us...> - 2003-03-29 23:44:52
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv29396/src/net/sf/hibernate Modified Files: HibernateException.java Log Message: fixed JavaDoc to reflect current usage Index: HibernateException.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/HibernateException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HibernateException.java 5 Jan 2003 02:11:19 -0000 1.3 --- HibernateException.java 29 Mar 2003 23:44:49 -0000 1.4 *************** *** 5,11 **** /** ! * Any exception that occurs in the O-R persistence layer. ! * (As opposed to exceptions that occur in DB or JDBC driver ! * which are always left as SQLExceptions.) */ --- 5,13 ---- /** ! * Any exception that occurs inside the persistence layer ! * or JDBC driver. <tt>SQLException</tt>s are always wrapped ! * by instances of <tt>JDBCException</tt>. ! * ! * @see JDBCException */ |