Searched refs:pendingConnectException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DDatagramSocket.java121 private SocketException pendingConnectException; field in class:DatagramSocket
156 // to enable it to be recorded as the pendingConnectException. It has been enclosed in a
482 pendingConnectException = se;
681 if (pendingConnectException != null) {
682 throw new SocketException("Pending connect failure", pendingConnectException);
762 if (pendingConnectException != null) {
763 throw new SocketException("Pending connect failure", pendingConnectException);

Completed in 280 milliseconds