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.java125 Exception nx = x; in translateToSocketException() local
127 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 …]