Searched defs:rethrowAsSocketException (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DErrnoException.java62 public SocketException rethrowAsSocketException() throws SocketException { method in class:ErrnoException
/libcore/luni/src/main/java/java/net/
H A DNetworkInterface.java165 throw rethrowAsSocketException(ex);
190 throw rethrowAsSocketException(errnoException);
193 throw rethrowAsSocketException(ex);
219 throw rethrowAsSocketException(ex);
223 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException { method in class:NetworkInterface
475 throw rethrowAsSocketException(ex);

Completed in 214 milliseconds