Class RowEventException

All Implemented Interfaces:
Serializable

public class RowEventException extends IOException
A marker class for Exceptions that occur during the handling of CDC row modification events
See Also:
  • Constructor Details

    • RowEventException

      public RowEventException()
    • RowEventException

      public RowEventException(String message)
    • RowEventException

      public RowEventException(String message, Throwable cause)
    • RowEventException

      public RowEventException(Throwable cause)