public class CascadingError extends Error implements CascadingThrowable
Constructor and Description |
---|
CascadingError(String message,
Throwable throwable)
Construct a new
CascadingError 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, toString
public final Throwable getCause()
getCause
in interface CascadingThrowable
getCause
in class Throwable
Copyright © 2017. All rights reserved.