public class CascadingException extends Exception implements CascadingThrowable
| Constructor and Description |
|---|
CascadingException(String message)
Construct a new
CascadingException instance. |
CascadingException(String message,
Throwable throwable)
Construct a new
CascadingException 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 CascadingException(String message)
CascadingException instance.message - The detail message for this exception.public final Throwable getCause()
getCause in interface CascadingThrowablegetCause in class ThrowableCopyright © 2021. All rights reserved.