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