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:
 java.io.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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NoSuchIcebergTableException(java.lang.String message, java.lang.Object... args) 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheck(boolean test, java.lang.String message, java.lang.Object... args) 
 -