Home | History | Annotate | Download | only in jsr166

Lines Matching defs:IllegalMonitorStateException

44             if (getState() != LOCKED) throw new IllegalMonitorStateException();
595 * Calling await without holding sync throws IllegalMonitorStateException
605 } catch (IllegalMonitorStateException success) {
612 * Calling signal without holding sync throws IllegalMonitorStateException
620 } catch (IllegalMonitorStateException success) {}
625 * Calling signalAll without holding sync throws IllegalMonitorStateException
633 } catch (IllegalMonitorStateException success) {}
728 * hasWaiters throws IllegalMonitorStateException if not synced
736 } catch (IllegalMonitorStateException success) {}
755 * getWaitQueueLength throws IllegalMonitorStateException if not synced
763 } catch (IllegalMonitorStateException success) {}
782 * getWaitingThreads throws IllegalMonitorStateException if not synced
790 } catch (IllegalMonitorStateException success) {}