org.apache.mina.core
Class RuntimeIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.