Class DmlParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.DebeziumException
io.debezium.connector.oracle.logminer.parser.DmlParserException
All Implemented Interfaces:
Serializable

public class DmlParserException extends io.debezium.DebeziumException
Exception returned by the DmlParser.
Author:
Chris Cranford
See Also:
  • Constructor Details

    • DmlParserException

      public DmlParserException(String message)
    • DmlParserException

      public DmlParserException(String message, Throwable t)