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
UncheckedIOException
is used to wrap an IOException
into an unchecked exception.- See Also:
-
Constructor Summary
ConstructorDescriptionUncheckedIOException
(String message) UncheckedIOException
(String message, Throwable cause) UncheckedIOException
(Throwable cause) -
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() -
UncheckedIOException
-
UncheckedIOException
-
UncheckedIOException
-