api / org.gradle.api / UncheckedIOException

UncheckedIOException

open class UncheckedIOException : RuntimeException

UncheckedIOException is used to wrap an java.io.IOException into an unchecked exception.

Constructors

<init>

UncheckedIOException()
UncheckedIOException(message: String)
UncheckedIOException(message: String, cause: Throwable)
UncheckedIOException(cause: Throwable)

Inheritors

UnableToDeleteFileException

open class UnableToDeleteFileException : UncheckedIOException

Thrown by Gradle when it is unable to delete a file.