Class BasicSQLExceptionConverter


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

    Used while querying JDBC metadata during bootstrapping

    • Field Detail

      • MSG

        public static final java.lang.String MSG
        Message
    • Constructor Detail

      • BasicSQLExceptionConverter

        public BasicSQLExceptionConverter()
    • Method Detail

      • convert

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