Uses of Package
org.hibernate.exception

Packages that use org.hibernate.exception
org.hibernate   
org.hibernate.cache   
org.hibernate.cfg   
org.hibernate.classic   
org.hibernate.dialect   
org.hibernate.engine   
org.hibernate.exception   
org.hibernate.hql.ast   
org.hibernate.id   
org.hibernate.impl   
org.hibernate.persister.collection   
org.hibernate.type   
 

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.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.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.