Class UncheckedIOException

All Implemented Interfaces:
Serializable

@Deprecated public class UncheckedIOException extends RuntimeException
Deprecated.
Use java.io.UncheckedIOException instead. Will be removed in Gradle 10.
UncheckedIOException is used to wrap an IOException into an unchecked exception.
See Also:
  • Constructor Details

    • UncheckedIOException

      public UncheckedIOException()
      Deprecated.
    • UncheckedIOException

      public UncheckedIOException(String message)
      Deprecated.
    • UncheckedIOException

      public UncheckedIOException(String message, Throwable cause)
      Deprecated.
    • UncheckedIOException

      public UncheckedIOException(Throwable cause)
      Deprecated.