Searched refs:addSuppressedExceptionMethod (Results 1 – 1 of 1) sorted by relevance
27 private static final Method addSuppressedExceptionMethod; field in RouteException35 addSuppressedExceptionMethod = m;54 if (addSuppressedExceptionMethod != null) { in addSuppressedIfPossible()56 addSuppressedExceptionMethod.invoke(e, suppressed); in addSuppressedIfPossible()