java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
- All Implemented Interfaces:
- org.hibernate.exception.Nestable, java.io.Serializable
- Direct Known Subclasses:
- CallbackException, InstantiationException, JDBCException, LazyInitializationException, MappingException, NonUniqueObjectException, NonUniqueResultException, PersistentObjectException, PropertyAccessException, PropertyValueException, QueryException, SessionException, StaleStateException, TransactionException, TransientObjectException, UnresolvableObjectException, WrongClassException
- public 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.
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
HibernateException
public HibernateException(java.lang.Throwable root)
HibernateException
public HibernateException(java.lang.String string,
java.lang.Throwable root)
HibernateException
public HibernateException(java.lang.String s)