public class CascadingException extends java.lang.Exception implements CascadingThrowable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
m_throwable
The Throwable that caused this exception to be thrown.
|
| Constructor and Description |
|---|
CascadingException(java.lang.String message)
Construct a new
CascadingException instance. |
CascadingException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
CascadingException instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Retrieve root cause of the exception.
|
private final java.lang.Throwable m_throwable
public CascadingException(java.lang.String message)
CascadingException instance.message - The detail message for this exception.public CascadingException(java.lang.String message,
java.lang.Throwable throwable)
CascadingException 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