You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the MybatisExceptionTranslator hardcodes an SQLErrorCodeSQLExceptionTranslator as a fallback, and it is not possible to change this, e.g. to the Java6-supported spring default SQLExceptionSubclassTranslator, or an SQLStateSQLExceptionTranslator, or a custom translator.
It would be nice to have that fallback configurable.