Searched refs:INIT_CAUSE_METHOD (Results 1 – 1 of 1) sorted by relevance
51 static private final Method INIT_CAUSE_METHOD = getInitCauseMethod(); field in ExceptionUtils78 if (INIT_CAUSE_METHOD != null) { in initCause()80 INIT_CAUSE_METHOD.invoke(throwable, new Object[] { cause }); in initCause()