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.DebeziumExceptionException returned by theDmlParser.- Author:
- Chris Cranford
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmlParserException(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
-
-