Searched refs:rethrowAsSocketException (Results 1 – 7 of 7) sorted by relevance
182 throw errnoException.rethrowAsSocketException(); in socketListen()215 errnoException.rethrowAsSocketException(); in socketAccept()309 throw errnoException.rethrowAsSocketException(); in socketSendUrgentData()
437 throw e.rethrowAsSocketException(); in getAll()616 throw e.rethrowAsSocketException(); in getMTU()659 throw e.rethrowAsSocketException(); in getFlags()
204 throw errnoException.rethrowAsSocketException(); in datagramSocketCreate()
371 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()
88 public @NonNull SocketException rethrowAsSocketException() throws SocketException { in rethrowAsSocketException() method in ErrnoException
81 cause.rethrowAsSocketException(); in check_rethrow()
8 …method @NonNull public java.net.SocketException rethrowAsSocketException() throws java.net.SocketE…