Searched refs:nx (Results 1 – 1 of 1) sorted by relevance
152 Exception nx = x; in translateToSocketException() local154 nx = new SocketException("Socket is closed"); in translateToSocketException()156 nx = new SocketException("Socket is not connected"); in translateToSocketException()158 nx = new SocketException("Already bound"); in translateToSocketException()160 nx = new SocketException("Socket is not bound yet"); in translateToSocketException()162 nx = new SocketException("Unsupported address type"); in translateToSocketException()164 nx = new SocketException("Unresolved address"); in translateToSocketException()167 nx = new SocketException("Already connected"); in translateToSocketException()169 if (nx != x) in translateToSocketException()170 nx.initCause(x); in translateToSocketException()[all …]