public class BasicSQLExceptionConverter extends Object
SQLException
s to JDBCException
s.
Used while querying JDBC metadata during bootstrappingModifier 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 © 2021 JBoss by Red Hat. All rights reserved.