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

/libcore/luni/src/main/java/android/system/
H A DErrnoException.java79 public SocketException rethrowAsSocketException() throws SocketException { method in class:ErrnoException
/libcore/luni/src/main/java/java/net/
H A DNetworkInterface.java136 throw rethrowAsSocketException(ioe);
185 throw rethrowAsSocketException(ex);
208 throw rethrowAsSocketException(errnoException);
211 throw rethrowAsSocketException(ex);
243 throw rethrowAsSocketException(ex);
247 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException { method in class:NetworkInterface
501 throw rethrowAsSocketException(ex);

Completed in 78 milliseconds