325326327328329330331
if (connectionException != null) throw connectionException; } // no event was occurred during timeout throw new TimeoutException(false); }
422423424425426427428
} replies.wait(100); } } // no expected reply was found during timeout throw new TimeoutException(false); }