JdbcExceptionClassifier
@Singleton
@Requires(property = "airbyte.connector.exception-classifiers.jdbc.rules")
ExceptionClassifier implementation based on SQLException vendor error codes.
Constructors
Link copied to clipboard
constructor(@Value(value = "${airbyte.connector.exception-classifiers.jdbc.order:100}") orderValue: Int, rules: List<JdbcExceptionClassifierRule>)