Serializablepublic final class RuntimeIOException extends RuntimeException
| Constructor | Description |
|---|---|
RuntimeIOException(String message) |
Creates a new
RuntimeIOException. |
RuntimeIOException(String message,
Throwable cause) |
Creates a new
RuntimeIOException. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeIOException(String message)
RuntimeIOException.message - the detail message.public RuntimeIOException(String message, Throwable cause)
RuntimeIOException.message - the detail message.cause - the cause of the error.Copyright © 2014–2019. All rights reserved.