类 BasicSQLExceptionConverter


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

    Used while querying JDBC metadata during bootstrapping

    作者:
    Steve Ebersole
    • 构造器详细资料

      • BasicSQLExceptionConverter

        public BasicSQLExceptionConverter()
    • 方法详细资料

      • convert

        public JDBCException convert​(SQLException sqlException)
        Perform a conversion.
        参数:
        sqlException - The exception to convert.
        返回:
        The converted exception.