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.
构造器和说明 |
---|
RuntimeIoException() |
RuntimeIoException(java.lang.String message) |
RuntimeIoException(java.lang.String message,
java.lang.Throwable cause) |
RuntimeIoException(java.lang.Throwable cause) |