Class UncheckedIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnableToDeleteFileException

public class UncheckedIOException extends RuntimeException
UncheckedIOException is used to wrap an IOException into an unchecked exception.
See Also:
  • Constructor Details

    • UncheckedIOException

      public UncheckedIOException()
    • UncheckedIOException

      public UncheckedIOException(String message)
    • UncheckedIOException

      public UncheckedIOException(String message, Throwable cause)
    • UncheckedIOException

      public UncheckedIOException(Throwable cause)