Serializable
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 | Description |
---|---|
RuntimeIoException() |
|
RuntimeIoException(String message) |
|
RuntimeIoException(String message,
Throwable cause) |
|
RuntimeIoException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2004–2018 Apache MINA Project. All rights reserved.