| Name | Description | Type | Package | Framework |
| AbstractSQLExceptionConversionDelegate | | Class | org.hibernate.exception.spi | Hibernate ORM |
|
| CacheSQLExceptionConversionDelegate | | Class | org.hibernate.exception.internal | Hibernate ORM |
|
| Configurable | The Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties. | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| ConstraintViolationException | resulted in a violation of a defined integrity constraint. | Class | org.hibernate.exception | Hibernate ORM |
|
| ConversionContext | | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| GenericJDBCException | Generic, non-specific JDBCException. | Class | org.hibernate.exception | Hibernate ORM |
|
| JDBCConnectionException | database (can also include incorrect JDBC setup). | Class | org.hibernate.exception | Hibernate ORM |
|
| LockAcquisitionException | | Class | org.hibernate.exception | Hibernate ORM |
|
| LockTimeoutException | | Class | org.hibernate.exception | Hibernate ORM |
|
| SQLExceptionConversionDelegate | Allow a SQLExceptionConverter to work by chaining together multiple such delegates. | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| SQLExceptionConverter | Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy. | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| SQLExceptionConverterFactory | A factory for building SQLExceptionConverter instances. | Class | org.hibernate.exception.spi | Hibernate ORM |
|
| SQLExceptionTypeDelegate | SQLExceptionConverter implementation that does conversion based on the JDBC 4 defined SQLException sub-type hierarchy. | Class | org.hibernate.exception.internal | Hibernate ORM |
|
| SQLGrammarException | server was invalid (syntax error, invalid object references, etc). | Class | org.hibernate.exception | Hibernate ORM |
|
| SQLStateConversionDelegate | A SQLExceptionConverter implementation which performs conversion based on the underlying SQLState. | Class | org.hibernate.exception.internal | Hibernate ORM |
|
| SQLStateConverter | | Class | org.hibernate.exception.internal | Hibernate ORM |
|
| StandardSQLExceptionConverter | See Also:Serialized FormConstructor SummaryStandardSQLExceptionConverter() | Class | org.hibernate.exception.internal | Hibernate ORM |
|
| TemplatedViolatedConstraintNameExtracter | Knows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message. | Class | org.hibernate.exception.spi | Hibernate ORM |
|
| 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. | Interface | org.hibernate.exception.spi | Hibernate ORM |