Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DGaiException.java72 UnknownHostException newException = new UnknownHostException(detailMessage); in rethrowAsUnknownHostException() local
73 newException.initCause(this); in rethrowAsUnknownHostException()
74 throw newException; in rethrowAsUnknownHostException()
DErrnoException.java76 IOException newException = new IOException(getMessage()); in rethrowAsIOException() local
77 newException.initCause(this); in rethrowAsIOException()
78 throw newException; in rethrowAsIOException()