org.apache.mina.core
public class RuntimeIoException extends java.lang.RuntimeException
IOException
.
Please note that RuntimeIoException
is different from
IOException
in that doesn't trigger force session close,
while IOException
forces disconnection.
Constructor and Description |
---|
RuntimeIoException() |
RuntimeIoException(java.lang.String message) |
RuntimeIoException(java.lang.String message,
java.lang.Throwable cause) |
RuntimeIoException(java.lang.Throwable cause) |
public RuntimeIoException()
public RuntimeIoException(java.lang.String message)
public RuntimeIoException(java.lang.String message, java.lang.Throwable cause)
public RuntimeIoException(java.lang.Throwable cause)