Searched refs:appendCause (Results 1 – 4 of 4) sorted by relevance
65 …public static @NonNull <E extends Throwable> E appendCause(@NonNull E t, @Nullable Throwable cause… in appendCause() method in ExceptionUtils86 ExceptionUtils.appendCause(t2, t)); in wrappingExceptions()
137 throw ExceptionUtils.appendCause(err, exception);
38 public static <E extends Throwable> E appendCause(E t, Throwable cause) { in appendCause() method in ExceptionUtils
119 throw ExceptionUtils.appendCause(err, exception);