Class OracleConnection.NonRelationalTableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.DebeziumException
io.debezium.connector.oracle.OracleConnection.NonRelationalTableException
All Implemented Interfaces:
Serializable
Enclosing class:
OracleConnection

public static class OracleConnection.NonRelationalTableException extends io.debezium.DebeziumException
An exception that indicates the operation failed because the table is not a relational table.
See Also:
  • Constructor Details

    • NonRelationalTableException

      public NonRelationalTableException(String message)