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()
72 IOException newException = new IOException(getMessage()); in rethrowAsIOException() local73 newException.initCause(this); in rethrowAsIOException()74 throw newException; in rethrowAsIOException()