HomeSort by relevance Sort by last modified time
    Searched refs:rethrowAsSocketException (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/libcore/io/
ErrnoException.java 62 public SocketException rethrowAsSocketException() throws SocketException {
IoBridge.java 246 throw errnoException.rethrowAsSocketException();
313 throw errnoException.rethrowAsSocketException();
506 throw errnoException.rethrowAsSocketException();
552 throw errnoException.rethrowAsSocketException();
560 throw errnoException.rethrowAsSocketException();
583 throw errnoException.rethrowAsSocketException();
  /libcore/luni/src/main/java/java/net/
NetworkInterface.java 153 throw rethrowAsSocketException(ex);
178 throw rethrowAsSocketException(errnoException);
181 throw rethrowAsSocketException(ex);
207 throw rethrowAsSocketException(ex);
211 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException {
463 throw rethrowAsSocketException(ex);
PlainSocketImpl.java 110 throw errnoException.rethrowAsSocketException();
283 throw errnoException.rethrowAsSocketException();
368 throw errnoException.rethrowAsSocketException();
380 throw errnoException.rethrowAsSocketException();
473 throw errnoException.rethrowAsSocketException();
DatagramSocket.java 303 throw errnoException.rethrowAsSocketException();

Completed in 110 milliseconds