Package io.debezium.connector.oracle
Class OracleErrorHandler
- java.lang.Object
-
- io.debezium.pipeline.ErrorHandler
-
- io.debezium.connector.oracle.OracleErrorHandler
-
public class OracleErrorHandler extends ErrorHandler
Error handle for Oracle.- Author:
- Chris Cranford
-
-
Constructor Summary
Constructors Constructor Description OracleErrorHandler(String logicalName, ChangeEventQueue<?> queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisRetriable(Throwable throwable)-
Methods inherited from class io.debezium.pipeline.ErrorHandler
getProducerThrowable, setProducerThrowable
-
-
-
-
Constructor Detail
-
OracleErrorHandler
public OracleErrorHandler(String logicalName, ChangeEventQueue<?> queue)
-
-
Method Detail
-
isRetriable
protected boolean isRetriable(Throwable throwable)
- Overrides:
isRetriablein classErrorHandler
-
-