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 Summary
ConstructorDescriptionRuntimeIOException
(IOException cause) RuntimeIOException
(IOException cause, String message, Object... args) RuntimeIOException
(String message, Object... args) -
Method Summary
Methods inherited from class java.io.UncheckedIOException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeIOException
-
RuntimeIOException
-
RuntimeIOException
-