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
- Direct Known Subclasses:
UnableToDeleteFileException
public class UncheckedIOException extends RuntimeException
UncheckedIOException
is used to wrap anIOException
into an unchecked exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedIOException()
UncheckedIOException(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
-
-