Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DErrnoException.java79 public SocketException rethrowAsSocketException() throws SocketException { in rethrowAsSocketException() method in ErrnoException
/libcore/luni/src/main/java/java/net/
DNetworkInterface.java247 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException { in rethrowAsSocketException() method in NetworkInterface