public abstract class ExceptionUtils extends Object
Constructor and Description |
---|
ExceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static Throwable |
extractRootCause(Throwable ex)
Obtains the root cause of an exception, if available.
|