HibernateExceptionpublic class HibernateException extends org.hibernate.exception.NestableRuntimeException Any exception that occurs inside the persistence layer
or JDBC driver. SQLExceptions are always wrapped
by instances of JDBCException. |
Constructors Summary |
---|
public HibernateException(Throwable root)
super(root);
| public HibernateException(String string, Throwable root)
super(string, root);
| public HibernateException(String s)
super(s);
|
|