org.apache.mina.common

Class RuntimeIOException


public class RuntimeIOException
extends RuntimeException

A unchecked version of java.io.IOException.

Constructor Summary

RuntimeIOException()
RuntimeIOException(String message)
RuntimeIOException(String message, Throwable cause)
RuntimeIOException(Throwable cause)

Constructor Details

RuntimeIOException

public RuntimeIOException()

RuntimeIOException

public RuntimeIOException(String message)

RuntimeIOException

public RuntimeIOException(String message,
                          Throwable cause)

RuntimeIOException

public RuntimeIOException(Throwable cause)