public class RuntimeIoException extends 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()
Create a new RuntimeIoException instance
|
RuntimeIoException(String message)
Create a new RuntimeIoException instance
|
RuntimeIoException(String message,
Throwable cause)
Create a new RuntimeIoException instance
|
RuntimeIoException(Throwable cause)
Create a new RuntimeIoException instance
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeIoException()
public RuntimeIoException(String message)
message - The error messagepublic RuntimeIoException(String message, Throwable cause)
message - The error messagecause - The original exceptionpublic RuntimeIoException(Throwable cause)
cause - The original exceptionCopyright © 2004–2024 Apache MINA Project. All rights reserved.