public final class RuntimeIOException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RuntimeIOException(java.lang.String message)
Creates a new
RuntimeIOException. |
RuntimeIOException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
RuntimeIOException. |
private static final long serialVersionUID
public RuntimeIOException(java.lang.String message)
RuntimeIOException.message - the detail message.public RuntimeIOException(java.lang.String message,
java.lang.Throwable cause)
RuntimeIOException.message - the detail message.cause - the cause of the error.