
public class UncheckedIOException extends RuntimeException
| Constructor and Description |
|---|
UncheckedIOException(IOException cause) |
UncheckedIOException(String message,
IOException cause) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
addSuppressed, fillInStackTrace, getBackingJsObject, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, of, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedIOException(String message, IOException cause)
public UncheckedIOException(IOException cause)
public IOException getCause()
Copyright © 2018. All rights reserved.