public class RuntimeIOException extends RuntimeException
| Constructor and Description |
|---|
RuntimeIOException(IOException cause) |
RuntimeIOException(String msg) |
RuntimeIOException(String msg,
IOException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeIOException(String msg)
public RuntimeIOException(String msg, IOException cause)
public RuntimeIOException(IOException cause)
Copyright © 2019. All rights reserved.