public class

RuntimeIOException

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

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)
[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)