@Deprecated
public final class ExceptionUtils
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
initCause(java.lang.Throwable throwable,
java.lang.Throwable cause) |
Deprecated.
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
|