public abstract class NestedExceptionUtils
extends java.lang.Object
Title: NestedExceptionUtils.java
Description:
bboss workgroup
Copyright (c) 2007
| 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.
|