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:
- java.io.Serializable
public class RuntimeIoException
- extends java.lang.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.
- Author:
- Apache MINA Project
- See Also:
- Serialized Form
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 |
RuntimeIoException
public RuntimeIoException()
RuntimeIoException
public RuntimeIoException(java.lang.String message)
RuntimeIoException
public RuntimeIoException(java.lang.String message,
java.lang.Throwable cause)
RuntimeIoException
public RuntimeIoException(java.lang.Throwable cause)