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