Class DatabaseHistoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.relational.history.DatabaseHistoryException
All Implemented Interfaces:
Serializable

public class DatabaseHistoryException extends RuntimeException
Author:
Randall Hauch
See Also:
  • Field Details

  • Constructor Details

    • DatabaseHistoryException

      public DatabaseHistoryException(String message)
    • DatabaseHistoryException

      public DatabaseHistoryException(Throwable cause)
    • DatabaseHistoryException

      public DatabaseHistoryException(String message, Throwable cause)
    • DatabaseHistoryException

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