Home
last modified time | relevance | path

Searched refs:rethrowAsSocketException (Results 1 – 6 of 6) 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()
613 throw e.rethrowAsSocketException(); in getMTU()
656 throw e.rethrowAsSocketException(); in getFlags()
DPlainDatagramSocketImpl.java204 throw errnoException.rethrowAsSocketException(); in datagramSocketCreate()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java304 throw errnoException.rethrowAsSocketException(); in getSocketOption()
376 throw errnoException.rethrowAsSocketException(); in setSocketOption()
635 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
645 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
658 throw errnoException.rethrowAsSocketException(); in socket()
681 e.rethrowAsSocketException(); in poll()
705 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()