public class CascadingRuntimeException extends RuntimeException implements CascadingThrowable
| Constructor and Description |
|---|
CascadingRuntimeException(String message,
Throwable throwable)
Construct a new
CascadingRuntimeException instance. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Retrieve root cause of the exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final Throwable getCause()
getCause in interface CascadingThrowablegetCause in class ThrowableCopyright © 2021. All rights reserved.