Searched refs:getRootCause (Results 1 – 3 of 3) sorted by relevance
80 assertThat((IOException) ExceptionUtils.getRootCause(outer)).isEqualTo(inner); in testGetRootCause()90 assertThat((IOException) ExceptionUtils.getRootCause(outer)).isEqualTo(inner); in testAppendCause()
90 public static @NonNull Throwable getRootCause(@NonNull Throwable throwable) { in getRootCause() method in ExceptionUtils103 getRootCause(t).initCause(cause); in appendCause()
2791 PLkotlinx/coroutines/JobSupport$Finishing;->getRootCause()Ljava/lang/Throwable;