Class NoSuchTableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.NoSuchTableException
All Implemented Interfaces:
Serializable, CleanableFailure
Direct Known Subclasses:
NoSuchIcebergTableException

public class NoSuchTableException extends RuntimeException implements CleanableFailure
Exception raised when attempting to load a table that does not exist.
See Also:
  • Constructor Details

    • NoSuchTableException

      @FormatMethod public NoSuchTableException(String message, Object... args)
    • NoSuchTableException

      @FormatMethod public NoSuchTableException(Throwable cause, String message, Object... args)