public class

HibernateException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

The base Throwable type for Hibernate.

Note that all SQLExceptions will be wrapped in some form of JDBCException.

See Also

Summary

Public Constructors
HibernateException(Throwable root)
HibernateException(String string, Throwable root)
HibernateException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HibernateException (Throwable root)

public HibernateException (String string, Throwable root)

public HibernateException (String s)