Class DmlParserException

  • All Implemented Interfaces:
    Serializable

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

      • DmlParserException

        public DmlParserException​(String message)
      • DmlParserException

        public DmlParserException​(String message,
                                  Throwable t)