org.apache.mina.common
Class RuntimeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.common.RuntimeIOException
All Implemented Interfaces:
Serializable

public class RuntimeIOException
extends RuntimeException

A unchecked version of IOException.

Version:
$Rev: 451854 $, $Date: 2006-10-02 11:30:11 +0900 (월, 02 10월 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)
See Also:
Serialized Form

Constructor Summary
RuntimeIOException()
           
RuntimeIOException(String message)
           
RuntimeIOException(String message, Throwable cause)
           
RuntimeIOException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeIOException

public RuntimeIOException()

RuntimeIOException

public RuntimeIOException(String message)

RuntimeIOException

public RuntimeIOException(String message,
                          Throwable cause)

RuntimeIOException

public RuntimeIOException(Throwable cause)