org.apache.mina.common
Class RuntimeIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.common.RuntimeIoException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ReadFloodException
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: 591218 $, $Date: 2007-11-02 04:51:55 +0100 (Fri, 02 Nov 2007) $
- 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-2009 Apache MINA Project. All Rights Reserved.