public class CascadingException extends Exception implements CascadingThrowable
Constructor and Description |
---|
CascadingException(String message)
Construct a new
CascadingException instance. |
CascadingException(String message,
Throwable throwable)
Construct a new
CascadingException instance. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Retrieve root cause of the exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CascadingException(String message)
CascadingException
instance.message
- The detail message for this exception.public final Throwable getCause()
getCause
in interface CascadingThrowable
getCause
in class Throwable
Copyright © 2019. All rights reserved.