Home
last modified time | relevance | path

Searched refs:rethrowAsSocketException (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DPlainSocketImpl.java182 throw errnoException.rethrowAsSocketException(); in socketListen()
215 errnoException.rethrowAsSocketException(); in socketAccept()
309 throw errnoException.rethrowAsSocketException(); in socketSendUrgentData()
DNetworkInterface.java437 throw e.rethrowAsSocketException(); in getAll()
616 throw e.rethrowAsSocketException(); in getMTU()
659 throw e.rethrowAsSocketException(); in getFlags()
DPlainDatagramSocketImpl.java204 throw errnoException.rethrowAsSocketException(); in datagramSocketCreate()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java371 throw errnoException.rethrowAsSocketException(); in getSocketOption()
445 throw errnoException.rethrowAsSocketException(); in setSocketOption()
798 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
808 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
847 throw errnoException.rethrowAsSocketException(); in socket()
872 e.rethrowAsSocketException(); in poll()
903 throw errnoException.rethrowAsSocketException(); in getLocalInetSocketAddress()
/libcore/luni/src/main/java/android/system/
DErrnoException.java88 public @NonNull SocketException rethrowAsSocketException() throws SocketException { in rethrowAsSocketException() method in ErrnoException
/libcore/luni/src/test/java/libcore/android/system/
DErrnoExceptionTest.java81 cause.rethrowAsSocketException(); in check_rethrow()
/libcore/api/
Dcurrent.txt8 …method @NonNull public java.net.SocketException rethrowAsSocketException() throws java.net.SocketE…