Searched refs:newException (Results 1 – 2 of 2) sorted by relevance
72 UnknownHostException newException = new UnknownHostException(detailMessage); in rethrowAsUnknownHostException() local73 newException.initCause(this); in rethrowAsUnknownHostException()74 throw newException; in rethrowAsUnknownHostException()
76 IOException newException = new IOException(getMessage()); in rethrowAsIOException() local77 newException.initCause(this); in rethrowAsIOException()78 throw newException; in rethrowAsIOException()