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.java465 throw e.rethrowAsSocketException(); in getAll()
650 throw e.rethrowAsSocketException(); in getMTU()
693 throw e.rethrowAsSocketException(); in getFlags()
DPlainDatagramSocketImpl.java204 throw errnoException.rethrowAsSocketException(); in datagramSocketCreate()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java369 throw errnoException.rethrowAsSocketException(); in getSocketOption()
444 throw errnoException.rethrowAsSocketException(); in setSocketOption()
795 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
805 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
844 throw errnoException.rethrowAsSocketException(); in socket()
869 e.rethrowAsSocketException(); in poll()
900 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.txt95 …method @NonNull public java.net.SocketException rethrowAsSocketException() throws java.net.SocketE…