Package com.atlassian.jira.util
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.util.RuntimeIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotEnoughDataIOException
An IOException was encountered and the stupid programmer didn't know how to recover, so this got thrown instead.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeIOException
(IOException cause) RuntimeIOException
(String message) RuntimeIOException
(String message, IOException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeIOException
-
RuntimeIOException
-
RuntimeIOException
-