Package org.hibernate.exception.spi
package org.hibernate.exception.spi
An SPI for
Dialect-specific exception
interpretation and conversion.-
ClassDescriptionAllow a
SQLExceptionConverterto work by chaining together multiple delegates.An object that interprets JDBCSQLExceptions and converts them to subtypes of HibernateJDBCExceptions.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 aSQLExceptionthat results from the constraint violation.