HomeSort by relevance Sort by last modified time
    Searched defs:INIT_CAUSE_METHOD (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 46 static private final Method INIT_CAUSE_METHOD = getInitCauseMethod();
73 if (INIT_CAUSE_METHOD != null) {
75 INIT_CAUSE_METHOD.invoke(throwable, new Object[] { cause });
  /prebuilt/common/http-client/
httpcore-4.1.jar 

Completed in 755 milliseconds