org.apache.mina.core
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.core.RuntimeIoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SerialPortUnavailableException

public class RuntimeIoException
extends RuntimeException

A unchecked version of IOException.

Please note that RuntimeIoException is different from IOException in that doesn't trigger force session close, while IOException forces disconnection.

Version:
$Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $
Author:
The Apache MINA Project (dev@mina.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)


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.