Spring的JDBC异常抽象

Spring会将数据操作的异常转换为DataAccessException
无论使用何种数据访问方式,都能使用一样的异常

image

Spring是怎么认识那些错误码的

通过SQLErrorCodeSQLExceptionTransaction解析错误码

ErrorCode定义

  • org/springframework/jdbc/support/sql-error-codes.xml
  • Classpath 下的 sql-error-codes.xml

image

定制错误码解析逻辑

image
image

posted @ 2021-08-25 21:50  吕敬瑛  阅读(55)  评论(0编辑  收藏  举报