public class UncheckedIOException extends UncheckedException
| Constructor and Description |
|---|
UncheckedIOException(IOException cause)
Constructor for UncheckedIOException.
|
UncheckedIOException(String message,
IOException cause)
Constructor for UncheckedIOException.
|
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause()
Returns the cause of this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedIOException(IOException cause)
cause - public UncheckedIOException(String message, IOException cause)
message - cause - public IOException getCause()
getCause in class UncheckedExceptionIOException which is the cause of this exception.Copyright © 2021. All rights reserved.