Class LogMinerEventRowTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.DebeziumException
io.debezium.connector.oracle.logminer.events.LogMinerEventRowTooLargeException
- All Implemented Interfaces:
Serializable
A specialized exception that signals that the consumption of a LogMiner event's SQL
has reached a defined maximum and cannot be ingested.
- Author:
- Chris Cranford
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogMinerEventRowTooLargeException(String tableName, Long limitInKiloBytes, Scn scn) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogMinerEventRowTooLargeException
-