public class NestedApplicationException extends RuntimeException
| Constructor and Description |
|---|
NestedApplicationException(String message,
Throwable nested) |
NestedApplicationException(Throwable nested) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Throwable |
getNested()
Returns the nested exception
(which may also be a
NestedApplicationException) |
Throwable |
getRootCause()
Returns the root cause, i.e.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NestedApplicationException(Throwable nested)
public Throwable getNested()
NestedApplicationException)public Throwable getRootCause()
NestedApplicationException.public String getMessage()
getMessage in class ThrowableCopyright © 2003-2015. All Rights Reserved.