public class BasicSQLExceptionConverter
extends java.lang.Object
SQLException
s to JDBCException
s.
Used while querying JDBC metadata during bootstrappingModifier and Type | Field and Description |
---|---|
static BasicSQLExceptionConverter |
INSTANCE
Singleton access
|
static java.lang.String |
MSG
Message
|
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 © 2001-2018 Red Hat, Inc. All Rights Reserved.