Searched defs:getRootCause (Results 1 – 6 of 6) sorted by relevance
39 public static Throwable getRootCause(Throwable orig) { in getRootCause() method in ThrowableUtils
244 public static Throwable getRootCause(Throwable throwable) { in getRootCause() method in Throwables
224 public static Throwable getRootCause(final Throwable throwable) { in getRootCause() method in ExceptionUtils
722 private Throwable getRootCause(Throwable t) { in getRootCause() method in NettyClientTransportTest
397 public static Throwable getRootCause(Throwable t) in getRootCause() method in ClassUtil