Searched defs:hasCause (Results 1 – 3 of 3) sorted by relevance
47 public static <T extends Throwable> Matcher<T> hasCause(final Matcher<?> matcher) { in hasCause() method in ThrowableCauseMatcher
126 private boolean hasCause(Throwable thrown, Class<? extends Throwable> cause) { in hasCause() method in HelpfulUnknownHostExceptionInterceptor
493 public static boolean hasCause(Throwable chain, in hasCause() method in ExceptionUtils