Package org.apache.iceberg.exceptions
Class NotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.iceberg.exceptions.NotFoundException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class NotFoundException extends java.lang.RuntimeExceptionException raised when attempting to read a file that does not exist.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NotFoundException(java.lang.String message, java.lang.Object... args)NotFoundException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
 
-