Searched refs:getRootCause (Results 1 – 2 of 2) sorted by relevance
28 public static Throwable getRootCause(Throwable t) { in getRootCause() method in ExceptionUtils40 getRootCause(t).initCause(cause); in appendCause()
55 public static @NonNull Throwable getRootCause(@NonNull Throwable t) { in getRootCause() method in ExceptionUtils67 getRootCause(t).initCause(cause); in appendCause()