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:
java.io.Serializable
@Deprecated public class RuntimeIOException extends java.io.UncheckedIOException
Deprecated.Use java.io.UncheckedIOException directly instead.Exception used to wrap
IOException
as aRuntimeException
and add context.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException(java.io.IOException cause)
Deprecated.RuntimeIOException(java.io.IOException cause, java.lang.String message, java.lang.Object... args)
Deprecated.RuntimeIOException(java.lang.String message, java.lang.Object... args)
Deprecated.
-
-
-
Constructor Detail
-
RuntimeIOException
public RuntimeIOException(java.io.IOException cause)
Deprecated.
-
RuntimeIOException
@FormatMethod public RuntimeIOException(java.io.IOException cause, java.lang.String message, java.lang.Object... args)
Deprecated.
-
RuntimeIOException
@FormatMethod public RuntimeIOException(java.lang.String message, java.lang.Object... args)
Deprecated.
-
-