org.gradle.api
Class UncheckedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.UncheckedIOException
All Implemented Interfaces:
Serializable

public class UncheckedIOException
extends RuntimeException

UncheckedIOException is used to wrap an java.io.IOException into an unchecked exception.

See Also:
Serialized Form

Constructor Summary
UncheckedIOException()
           
UncheckedIOException(String message)
           
UncheckedIOException(String message, Throwable cause)
           
UncheckedIOException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

UncheckedIOException

public UncheckedIOException()

UncheckedIOException

public UncheckedIOException(String message)

UncheckedIOException

public UncheckedIOException(String message,
                            Throwable cause)

UncheckedIOException

public UncheckedIOException(Throwable cause)