Class BasicSQLExceptionConverter


  • public class BasicSQLExceptionConverter
    extends Object
    A helper to centralize conversion of SQLExceptions to JDBCExceptions.

    Used while querying JDBC metadata during bootstrapping

    • Constructor Detail

      • BasicSQLExceptionConverter

        public BasicSQLExceptionConverter()
    • Method Detail

      • convert

        public JDBCException convert​(SQLException sqlException)
        Perform a conversion.
        Parameters:
        sqlException - The exception to convert.
        Returns:
        The converted exception.