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