org.hibernate
Class HibernateException
- Nestable
public class HibernateException
Any exception that occurs inside the persistence layer
or JDBC driver. SQLExceptions are always wrapped
by instances of JDBCException.
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
HibernateException
public HibernateException(String s)
HibernateException
public HibernateException(String string,
Throwable root)
HibernateException
public HibernateException(Throwable root)