OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 1889 milliseconds