Home | History | Annotate | Download | only in jsr166

Lines Matching defs:IllegalMonitorStateException

41             if (getState() != LOCKED) throw new IllegalMonitorStateException();
592 * Calling await without holding sync throws IllegalMonitorStateException
602 } catch (IllegalMonitorStateException success) {
609 * Calling signal without holding sync throws IllegalMonitorStateException
617 } catch (IllegalMonitorStateException success) {}
622 * Calling signalAll without holding sync throws IllegalMonitorStateException
630 } catch (IllegalMonitorStateException success) {}
725 * hasWaiters throws IllegalMonitorStateException if not synced
733 } catch (IllegalMonitorStateException success) {}
752 * getWaitQueueLength throws IllegalMonitorStateException if not synced
760 } catch (IllegalMonitorStateException success) {}
779 * getWaitingThreads throws IllegalMonitorStateException if not synced
787 } catch (IllegalMonitorStateException success) {}