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.- Since:
- 0.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a newUncheckedIOException.UncheckedIOException(@Nullable String message) Deprecated.Creates a newUncheckedIOException.UncheckedIOException(@Nullable String message, @Nullable Throwable cause) Deprecated.Creates a newUncheckedIOException.UncheckedIOException(@Nullable Throwable cause) Deprecated.Creates a newUncheckedIOException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedIOException
public UncheckedIOException()Deprecated.Creates a newUncheckedIOException.- Since:
- 0.7
-
UncheckedIOException
Deprecated.Creates a newUncheckedIOException.- Since:
- 0.7
-
UncheckedIOException
-
UncheckedIOException
Deprecated.Creates a newUncheckedIOException.- Since:
- 0.7
-