Home | History | Annotate | Download | only in concurrent

Lines Matching defs:InterruptedException

3238      * @throws InterruptedException if interrupted while waiting
3241 throws InterruptedException {
3243 throw new InterruptedException();
3363 * public boolean block() throws InterruptedException {
3383 * @throws InterruptedException if interrupted while waiting
3386 boolean block() throws InterruptedException;
3419 * @throws InterruptedException if {@code blocker.block()} did so
3422 InterruptedException {