public class SQLExceptionConverter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.sql.SQLException |
convertOracleExceptionToSQLException(java.sql.SQLException ex)
Convert an oracle.jdbc.driver.OracleSQLException to java.sql.SQLException
|