MCPcopy Create free account
hub / github.com/ReadyTalk/avian / throwSocketException

Function throwSocketException

classpath/java-nio.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void throwSocketException(JNIEnv* e, const char* s)
134{
135 throwNew(e, "java/net/SocketException", s);
136}
137
138void throwSocketException(JNIEnv* e, jbyteArray a)
139{

Callers 1

setTcpNoDelayFunction · 0.85

Calls 4

freeFunction · 0.85
errorStringFunction · 0.85
throwNewFunction · 0.70
allocateFunction · 0.70

Tested by

no test coverage detected