public class BasicSQLExceptionConverter extends Object
SQLException
s to JDBCException
s.Modifier and Type | Field and Description |
---|---|
static BasicSQLExceptionConverter |
INSTANCE |
static String |
MSG |
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 © 2018 JBoss by Red Hat. All rights reserved.