Class InvalidJournalFilterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.debezium.ibmi.db2.journal.retrieve.exception.FatalException
io.debezium.ibmi.db2.journal.retrieve.exception.InvalidJournalFilterException
All Implemented Interfaces:
Serializable

public class InvalidJournalFilterException extends FatalException
See Also:
  • Constructor Details

    • InvalidJournalFilterException

      public InvalidJournalFilterException(String message)
    • InvalidJournalFilterException

      public InvalidJournalFilterException(Throwable cause)
    • InvalidJournalFilterException

      public InvalidJournalFilterException(String message, Throwable cause)
    • InvalidJournalFilterException

      public InvalidJournalFilterException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)