Class NoSuchIcebergTableException

All Implemented Interfaces:
Serializable, CleanableFailure

public class NoSuchIcebergTableException extends NoSuchTableException implements CleanableFailure
NoSuchTableException thrown when a table is found but it is not an Iceberg table.
See Also:
  • Constructor Details

    • NoSuchIcebergTableException

      @FormatMethod public NoSuchIcebergTableException(String message, Object... args)
  • Method Details

    • check

      @FormatMethod public static void check(boolean test, String message, Object... args)