Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DErrnoException.java62 public SocketException rethrowAsSocketException() throws SocketException { in rethrowAsSocketException() method in ErrnoException
/libcore/luni/src/main/java/java/net/
DNetworkInterface.java211 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException { in rethrowAsSocketException() method in NetworkInterface