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()  | 
public static final BasicSQLExceptionConverter INSTANCE
public static final String MSG
public JDBCException convert(SQLException sqlException)
sqlException - The exception to convert.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.