public interface SQLExceptionConverter
extends java.io.Serializable
ViolatedConstraintNameExtracter
parameter.
Implementations may implement Configurable
if they need to perform
configuration steps prior to first use.SQLExceptionConverterFactory
Modifier and Type | Method and Description |
---|---|
JDBCException |
convert(java.sql.SQLException sqlException,
java.lang.String message,
java.lang.String sql)
Convert the given SQLException into the Hibernate
JDBCException hierarchy. |
JDBCException convert(java.sql.SQLException sqlException, java.lang.String message, java.lang.String sql)
JDBCException
hierarchy.sqlException
- The SQLException to be converted.message
- An optional error message., JDBCConnectionException, SQLGrammarException, LockAcquisitionException
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.