public class CascadingError extends java.lang.Error implements CascadingThrowable
Constructor and Description |
---|
CascadingError(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
CascadingError instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Retrieve root cause of the exception.
|
public CascadingError(java.lang.String message, java.lang.Throwable throwable)
CascadingError
instance.message
- The detail message for this exception.throwable
- the root cause of the exceptionpublic final java.lang.Throwable getCause()
getCause
in interface CascadingThrowable
getCause
in class java.lang.Throwable