Searched refs:xn (Results 1 – 1 of 1) sorted by relevance
831 const char *xn; in handleSocketErrorWithDefault() local837 xn = JNU_JAVANETPKG "ProtocolException"; in handleSocketErrorWithDefault()841 xn = JNU_JAVANETPKG "ConnectException"; in handleSocketErrorWithDefault()844 xn = JNU_JAVANETPKG "ConnectException"; in handleSocketErrorWithDefault()847 xn = JNU_JAVANETPKG "NoRouteToHostException"; in handleSocketErrorWithDefault()851 xn = JNU_JAVANETPKG "BindException"; in handleSocketErrorWithDefault()854 xn = defaultException; in handleSocketErrorWithDefault()858 JNU_ThrowByNameWithLastError(env, xn, "NioSocketError"); in handleSocketErrorWithDefault()