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:
 Serializable
Exception raised when attempting to read a file that does not exist.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message, Object... args) NotFoundException(Throwable cause, String message, Object... args)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NotFoundException
 - 
NotFoundException
 
 -