CascadingThrowablepublic class CascadingError extends java.lang.Error implements CascadingThrowable
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.Throwable |
m_throwable |
| Constructor | Description |
|---|---|
CascadingError(java.lang.String message,
java.lang.Throwable throwable) |
Construct a new
CascadingError instance. |
| Modifier and Type | Method | 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 CascadingThrowablegetCause in class java.lang.Throwable