org.gradle.api
Class UncheckedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.UncheckedIOException
- All Implemented Interfaces:
- java.io.Serializable
public class UncheckedIOException
- extends java.lang.RuntimeException
UncheckedIOException
is used to wrap an
java.io.IOException into an unchecked exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UncheckedIOException
public UncheckedIOException()
UncheckedIOException
public UncheckedIOException(java.lang.String message)
UncheckedIOException
public UncheckedIOException(java.lang.String message,
java.lang.Throwable cause)
UncheckedIOException
public UncheckedIOException(java.lang.Throwable cause)