Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/conn/
DMultihomePlainSocketFactory.java133 IOException lastEx = null; in connectSocket() local
144 lastEx = ex; in connectSocket()
147 if (lastEx != null) { in connectSocket()
148 throw lastEx; in connectSocket()