iceberg
iceberg copied to clipboard
Replace deprecated RuntimeIOException with UncheckedIOException
- Replace deprecated
RuntimeIOException
withUncheckedIOException
if the cause is havingIOException
already. - Introduce
RuntimeUncheckedIOException
if the cause is not having anyIOException
forRuntimeIOException
.