Package org.apache.iceberg.exceptions
Class NoSuchIcebergTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.NoSuchTableException
org.apache.iceberg.exceptions.NoSuchIcebergTableException
- All Implemented Interfaces:
- Serializable,- CleanableFailure
NoSuchTableException thrown when a table is found but it is not an Iceberg table.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoSuchIcebergTableException
 
- 
- 
Method Details- 
check
 
-