Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.