java.io.Serializable
, CascadingThrowable
public class CascadingRuntimeException extends java.lang.RuntimeException implements CascadingThrowable
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 CascadingThrowable
getCause
in class java.lang.Throwable