public class BasicSQLExceptionConverter
extends java.lang.Object
SQLExceptions to JDBCExceptions.| 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 © 2013. All Rights Reserved.