flink-cdc-common/src/main/java/org/apache/flink/cdc/common/exceptions/UnsupportedSchemaChangeEventException.java [42:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String toString() {
        return "UnsupportedSchemaChangeEventException{"
                + "applyingEvent="
                + applyingEvent
                + ", exceptionMessage='"
                + exceptionMessage
                + '\''
                + ", cause='"
                + cause
                + '\''
                + '}';
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flink-cdc-common/src/main/java/org/apache/flink/cdc/common/exceptions/SchemaEvolveException.java [57:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String toString() {
        return "SchemaEvolveException{"
                + "applyingEvent="
                + applyingEvent
                + ", exceptionMessage='"
                + exceptionMessage
                + '\''
                + ", cause='"
                + cause
                + '\''
                + '}';
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



