public class IORuntimeException extends RuntimeException
| Constructor and Description |
|---|
IORuntimeException(IOException cause) |
IORuntimeException(String message,
IOException cause) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IORuntimeException(String message, IOException cause)
message - A detail message.cause - The original IOException.public IORuntimeException(IOException cause)
cause - The original IOException.public IOException getCause()
getCause in class ThrowableThrowable.getCause()Copyright © 2010 - 2020 Adobe. All Rights Reserved