Searched refs:nx (Results 1 – 1 of 1) sorted by relevance
125 Exception nx = x; in translateToSocketException() local127 nx = new SocketException("Socket is closed"); in translateToSocketException()129 nx = new SocketException("Socket is not connected"); in translateToSocketException()131 nx = new SocketException("Already bound"); in translateToSocketException()133 nx = new SocketException("Socket is not bound yet"); in translateToSocketException()135 nx = new SocketException("Unsupported address type"); in translateToSocketException()137 nx = new SocketException("Unresolved address"); in translateToSocketException()140 nx = new SocketException("Already connected"); in translateToSocketException()142 if (nx != x) in translateToSocketException()143 nx.initCause(x); in translateToSocketException()[all …]