Package org.apache.iceberg.exceptions
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.io.UncheckedIOException
org.apache.iceberg.exceptions.RuntimeIOException
- All Implemented Interfaces:
- Serializable
Exception used to wrap 
IOException as a RuntimeException and add context.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRuntimeIOException(IOException cause) RuntimeIOException(IOException cause, String message, Object... args) RuntimeIOException(String message, Object... args) 
- 
Method SummaryMethods inherited from class java.io.UncheckedIOExceptiongetCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RuntimeIOException
- 
RuntimeIOException
- 
RuntimeIOException
 
-