public class

RuntimeIOException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.jira.util.RuntimeIOException
Known Direct Subclasses

Class Overview

An IOException was encountered and the stupid programmer didn't know how to recover, so this got thrown instead.

Summary

Public Constructors
RuntimeIOException(String message, IOException cause)
RuntimeIOException(IOException cause)
RuntimeIOException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RuntimeIOException (String message, IOException cause)

public RuntimeIOException (IOException cause)

public RuntimeIOException (String message)