Searched refs:fullMsg (Results 1 – 2 of 2) sorted by relevance
931 char fullMsg[128]; in PlainSocketImpl_socketSetOption() local932 jio_snprintf(fullMsg, sizeof(fullMsg), "Invalid option or socket reset by remote peer"); in PlainSocketImpl_socketSetOption()933 JNU_ThrowByName(env, JNU_JAVANETPKG "SocketException", fullMsg); in PlainSocketImpl_socketSetOption()
299 char fullMsg[512]; in NET_ThrowNew() local305 jio_snprintf(fullMsg, sizeof(fullMsg), "socket closed: %s", msg); in NET_ThrowNew()306 JNU_ThrowByName(env, JNU_JAVANETPKG "SocketException", fullMsg); in NET_ThrowNew()