public abstract class NestedExceptionUtils
extends java.lang.Object
Mainly for use within the framework.
NestedRuntimeException,
NestedCheckedException,
NestedIOException,
NestedServletException| Constructor and Description |
|---|
NestedExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildMessage(java.lang.String message,
java.lang.Throwable cause)
Build a message for the given base message and root cause.
|