Package org.hibernate.exception.spi
package org.hibernate.exception.spi
An SPI for
Dialect
-specific exception
interpretation and conversion.-
ClassDescriptionAllow a
SQLExceptionConverter
to work by chaining together multiple delegates.An object that interprets JDBCSQLException
s and converts them to subtypes of HibernateJDBCException
s.Extracts a violated database constraint name from an error message by matching the error message against a template.An object that can extract the name of a violated database constraint from aSQLException
that results from the constraint violation.