Serializable
public class RuntimeIOException extends RuntimeException
Constructor | Description |
---|---|
RuntimeIOException(IOException cause) |
Constructs a new Runtime exception from the given checked exception
|
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(IOException cause)
cause
- An IO ExceptionCopyright © 2022. All rights reserved.