Home
last modified time | relevance | path

Searched refs:INIT_CAUSE_METHOD (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/util/
DExceptionUtils.java51 static private final Method INIT_CAUSE_METHOD = getInitCauseMethod(); field in ExceptionUtils
78 if (INIT_CAUSE_METHOD != null) { in initCause()
80 INIT_CAUSE_METHOD.invoke(throwable, new Object[] { cause }); in initCause()