public class BasicSQLExceptionConverter extends Object
SQLExceptions to JDBCExceptions.
Used while querying JDBC metadata during bootstrapping| Modifier and Type | Field and Description |
|---|---|
static BasicSQLExceptionConverter |
INSTANCE
Singleton access
|
static String |
MSG
Message
|
| Constructor and Description |
|---|
BasicSQLExceptionConverter() |
| Modifier and Type | Method and Description |
|---|---|
JDBCException |
convert(SQLException sqlException)
Perform a conversion.
|
public static final BasicSQLExceptionConverter INSTANCE
public static final String MSG
public JDBCException convert(SQLException sqlException)
sqlException - The exception to convert.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.