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 SummaryConstructorsConstructorDescriptionUncheckedIOException(String message) UncheckedIOException(String message, Throwable cause) UncheckedIOException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UncheckedIOExceptionpublic UncheckedIOException()
- 
UncheckedIOException
- 
UncheckedIOException
- 
UncheckedIOException
 
-