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
Exception returned by the
DmlParser.- Author:
- Chris Cranford
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDmlParserException(String message) DmlParserException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DmlParserException
-
DmlParserException
-