public final class Exceptions extends Object
| Modifier and Type | Method and Description |
|---|---|
static Throwable |
getUltimateCause(Throwable throwable)
Walks the .getCause() chain till it hits the leaf node.
|
public static Throwable getUltimateCause(Throwable throwable)
throwable - a throwable objectCopyright © 2016 The Apache Software Foundation. All rights reserved.