Package org.apache.iceberg.exceptions
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
Exception raised when attempting to load a table that does not exist.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNoSuchTableException(String message, Object... args) NoSuchTableException(Throwable cause, String message, Object... args) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoSuchTableException
- 
NoSuchTableException
 
-