518519520521522523524
if (LOG.isLoggable(Level.FINE)) { LOG.fine("receive timeout " + receiveTimeoutSec + " sec reached. throwing timeout exception"); } throw new SocketTimeoutException("timeout " + receiveTimeoutSec + " sec reached"); }