Class IOUtils.RuntimeIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jenkinsci.plugins.github.pullrequest.utils.IOUtils.RuntimeIOException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- IOUtils
public static class IOUtils.RuntimeIOException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException(IOException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOException
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeIOException
public RuntimeIOException(IOException e)
-
-
Method Detail
-
getCause
public IOException getCause()
-
-