Searched refs:exceptionRef (Results 1 – 1 of 1) sorted by relevance
1273 final AtomicReference<Exception> exceptionRef = new AtomicReference<>(); in test_connectLjava_net_SocketAddressI_setSOTimeout() local1285 exceptionRef.set(e); in test_connectLjava_net_SocketAddressI_setSOTimeout()1313 Exception e = exceptionRef.get(); in test_connectLjava_net_SocketAddressI_setSOTimeout()