public class ExceptionUtils
extends Object
Exception Utils
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getRootCause
- Parameters:
t - the top level Throwable
- Returns:
- the root cause of
t, or t itself if it has no cause.