Class RuntimeIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.core.RuntimeIoException
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new RuntimeIoException instanceRuntimeIoException(String message) Create a new RuntimeIoException instanceRuntimeIoException(String message, Throwable cause) Create a new RuntimeIoException instanceRuntimeIoException(Throwable cause) Create a new RuntimeIoException instance -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RuntimeIoException
public RuntimeIoException()Create a new RuntimeIoException instance -
RuntimeIoException
Create a new RuntimeIoException instance- Parameters:
message- The error message
-
RuntimeIoException
-
RuntimeIoException
Create a new RuntimeIoException instance- Parameters:
cause- The original exception
-