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.java164 throw rethrowAsSocketException(ex);
189 throw rethrowAsSocketException(errnoException);
192 throw rethrowAsSocketException(ex);
218 throw rethrowAsSocketException(ex);
222 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException { method in class:NetworkInterface
474 throw rethrowAsSocketException(ex);

Completed in 45 milliseconds