iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Replace deprecated RuntimeIOException with UncheckedIOException

Open ajantha-bhat opened this issue 2 years ago • 0 comments

  • Replace deprecated RuntimeIOException with UncheckedIOException if the cause is having IOException already.
  • Introduce RuntimeUncheckedIOException if the cause is not having any IOException for RuntimeIOException.

ajantha-bhat avatar May 16 '22 04:05 ajantha-bhat