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

public class LogMinerEventRowTooLargeException extends DebeziumException
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 Details

    • LogMinerEventRowTooLargeException

      public LogMinerEventRowTooLargeException(String tableName, Long limitInKiloBytes, Scn scn)