Home
last modified time | relevance | path

Searched refs:rethrowAsSocketException (Results 1 – 8 of 8) 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.java401 throw e.rethrowAsSocketException(); in getAll()
573 throw e.rethrowAsSocketException(); in getMTU()
616 throw e.rethrowAsSocketException(); in getFlags()
DPlainDatagramSocketImpl.java203 throw errnoException.rethrowAsSocketException(); in datagramSocketCreate()
/libcore/luni/src/main/java/android/system/
DErrnoException.java82 public SocketException rethrowAsSocketException() throws SocketException { in rethrowAsSocketException() method in ErrnoException
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java305 throw errnoException.rethrowAsSocketException(); in getSocketOption()
377 throw errnoException.rethrowAsSocketException(); in setSocketOption()
639 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
649 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
662 throw errnoException.rethrowAsSocketException(); in socket()
685 e.rethrowAsSocketException(); in poll()
709 throw errnoException.rethrowAsSocketException(); in getLocalInetSocketAddress()
/libcore/luni/src/test/java/libcore/android/system/
DErrnoExceptionTest.java81 cause.rethrowAsSocketException(); in check_rethrow()
/libcore/mmodules/intracoreapi/api/intra/
Dcurrent-api.txt5 …rmApi @libcore.api.IntraCoreApi public java.net.SocketException rethrowAsSocketException() throws …
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt76 … method public java.net.SocketException rethrowAsSocketException() throws java.net.SocketException;