CascadingThrowablepublic class CascadingRuntimeException extends java.lang.RuntimeException implements CascadingThrowable
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.Throwable |
m_throwable |
| Constructor | Description |
|---|---|
CascadingRuntimeException(java.lang.String message,
java.lang.Throwable throwable) |
Construct a new
CascadingRuntimeException instance. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
getCause() |
Retrieve root cause of the exception.
|
public CascadingRuntimeException(java.lang.String message,
java.lang.Throwable throwable)
CascadingRuntimeException 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