Package org.gradle.api
Class UncheckedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.UncheckedIOException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDeprecated.UncheckedIOException
(String message) Deprecated.UncheckedIOException
(String message, Throwable cause) Deprecated.UncheckedIOException
(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedIOException
public UncheckedIOException()Deprecated. -
UncheckedIOException
Deprecated. -
UncheckedIOException
Deprecated. -
UncheckedIOException
Deprecated.
-