Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNet.java152 Exception nx = x; in translateToSocketException() local
154 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 …]