Class SchemaHistoryException

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

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

  • Constructor Details

    • SchemaHistoryException

      public SchemaHistoryException(String message)
    • SchemaHistoryException

      public SchemaHistoryException(Throwable cause)
    • SchemaHistoryException

      public SchemaHistoryException(String message, Throwable cause)
    • SchemaHistoryException

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