public class StandardSQLExceptionConverter extends Object implements SQLExceptionConverter
Constructor and Description |
---|
StandardSQLExceptionConverter() |
StandardSQLExceptionConverter(SQLExceptionConversionDelegate... delegates) |
Modifier and Type | Method and Description |
---|---|
void |
addDelegate(SQLExceptionConversionDelegate delegate) |
JDBCException |
convert(SQLException sqlException,
String message,
String sql)
Convert the given SQLException into the Hibernate
JDBCException hierarchy. |
public StandardSQLExceptionConverter()
public StandardSQLExceptionConverter(SQLExceptionConversionDelegate... delegates)
public void addDelegate(SQLExceptionConversionDelegate delegate)
public JDBCException convert(SQLException sqlException, String message, String sql)
SQLExceptionConverter
JDBCException
hierarchy.convert
in interface SQLExceptionConverter
sqlException
- The SQLException to be converted.message
- An optional error message., JDBCConnectionException, SQLGrammarException, LockAcquisitionException
Copyright © 2019 JBoss by Red Hat. All rights reserved.