org.hibernate.dialect.resolver
public class BasicSQLExceptionConverter extends java.lang.Object
SQLException
s to JDBCException
s.Modifier and Type | Field and Description |
---|---|
static BasicSQLExceptionConverter |
INSTANCE |
static java.lang.String |
MSG |
Constructor and Description |
---|
BasicSQLExceptionConverter() |
Modifier and Type | Method and Description |
---|---|
JDBCException |
convert(java.sql.SQLException sqlException)
Perform a conversion.
|
public static final BasicSQLExceptionConverter INSTANCE
public static final java.lang.String MSG
public JDBCException convert(java.sql.SQLException sqlException)
sqlException
- The exception to convert.Copyright © 2014. All Rights Reserved.