OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
236
throw errnoException.
rethrowAsSocketException
();
303
throw errnoException.
rethrowAsSocketException
();
496
throw errnoException.
rethrowAsSocketException
();
542
throw errnoException.
rethrowAsSocketException
();
550
throw errnoException.
rethrowAsSocketException
();
573
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 {
455
throw
rethrowAsSocketException
(ex);
DatagramSocket.java
306
throw errnoException.
rethrowAsSocketException
();
PlainSocketImpl.java
110
throw errnoException.
rethrowAsSocketException
();
283
throw errnoException.
rethrowAsSocketException
();
368
throw errnoException.
rethrowAsSocketException
();
380
throw errnoException.
rethrowAsSocketException
();
473
throw errnoException.
rethrowAsSocketException
();
Completed in 121 milliseconds