Uses of Package
org.hibernate.exception

Packages that use org.hibernate.exception
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.cache This package defines APIs and implementations for the second-level cache and query cache. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.classic This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3. 
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions. 
org.hibernate.hql This package defines the interface between Hibernate and the HQL query parser implementation (to allow switching between the 2.x and 3.0 HQL parsers). 
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Classes in org.hibernate.exception used by org.hibernate
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Classes in org.hibernate.exception used by org.hibernate.cache
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Classes in org.hibernate.exception used by org.hibernate.cfg
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

Classes in org.hibernate.exception used by org.hibernate.classic
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Classes in org.hibernate.exception used by org.hibernate.dialect
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
ViolatedConstraintNameExtracter
          Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.
 

Classes in org.hibernate.exception used by org.hibernate.engine
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

Classes in org.hibernate.exception used by org.hibernate.exception
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate
          A shared implementation of the nestable exception functionality.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
ViolatedConstraintNameExtracter
          Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.
 

Classes in org.hibernate.exception used by org.hibernate.hql
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Classes in org.hibernate.exception used by org.hibernate.hql.ast
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Classes in org.hibernate.exception used by org.hibernate.id
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Classes in org.hibernate.exception used by org.hibernate.impl
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

Classes in org.hibernate.exception used by org.hibernate.jdbc
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Classes in org.hibernate.exception used by org.hibernate.persister.collection
SQLExceptionConverter
          Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
 

Classes in org.hibernate.exception used by org.hibernate.type
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.