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:
 java.io.Serializable,CleanableFailure
- Direct Known Subclasses:
 NoSuchIcebergTableException
public class NoSuchTableException extends java.lang.RuntimeException implements CleanableFailure
Exception raised when attempting to load a table that does not exist.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NoSuchTableException(java.lang.String message, java.lang.Object... args)NoSuchTableException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args) 
 -