Searched refs:IllegalMonitorStateException (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DIllegalMonitorStateException.java42 class IllegalMonitorStateException extends RuntimeException { class in inherits:RuntimeException
46 * Constructs an <code>IllegalMonitorStateException</code> with no
49 public IllegalMonitorStateException() { method in class:IllegalMonitorStateException
54 * Constructs an <code>IllegalMonitorStateException</code> with the
59 public IllegalMonitorStateException(String s) { method in class:IllegalMonitorStateException
/openjdk7/jdk/src/share/classes/sun/awt/
H A DMutex.java34 throw new IllegalMonitorStateException();
52 throw new IllegalMonitorStateException();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCToolkitThreadBlockedHandler.java42 throw new IllegalMonitorStateException();
52 throw new IllegalMonitorStateException();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DExceptionConstants.java104 public static final Class ILLEGAL_MONITOR_STATE = IllegalMonitorStateException.class;
/openjdk7/jdk/test/com/sun/jdi/
H A DCatchPatternTest.sh45 throw new IllegalMonitorStateException("IllegalMonitorStateException");
119 jdbFailIfNotPresent "Exception occurred: java.lang.IllegalMonitorStateException"
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DCount.java89 THROWS(IllegalMonitorStateException.class,
149 THROWS(IllegalMonitorStateException.class,
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java374 throw new IllegalMonitorStateException();
446 private IllegalMonitorStateException unmatchedUnlockException() {
447 return new IllegalMonitorStateException(
1125 * IllegalMonitorStateException} is thrown.
1127 * @throws IllegalMonitorStateException if the current thread does not
1147 * IllegalMonitorStateException} is thrown. (Read locks are
1407 * @throws IllegalMonitorStateException if this lock is not held
1430 * @throws IllegalMonitorStateException if this lock is not held
1455 * @throws IllegalMonitorStateException if this lock is not held
H A DReentrantLock.java155 throw new IllegalMonitorStateException();
454 * lock then {@link IllegalMonitorStateException} is thrown.
456 * @throws IllegalMonitorStateException if the current thread does not
478 * IllegalMonitorStateException} is thrown.
695 * @throws IllegalMonitorStateException if this lock is not held
718 * @throws IllegalMonitorStateException if this lock is not held
743 * @throws IllegalMonitorStateException if this lock is not held
H A DAbstractQueuedLongSynchronizer.java845 * @throws IllegalMonitorStateException if acquiring would place this
871 * @throws IllegalMonitorStateException if releasing would place this
907 * @throws IllegalMonitorStateException if acquiring would place this
932 * @throws IllegalMonitorStateException if releasing would place this
1504 throw new IllegalMonitorStateException();
1538 * @throws IllegalMonitorStateException if exclusive synchronization
1560 * @throws IllegalMonitorStateException if exclusive synchronization
1582 * @throws IllegalMonitorStateException if exclusive synchronization
1715 * @throws IllegalMonitorStateException if {@link #isHeldExclusively}
1720 throw new IllegalMonitorStateException();
[all...]
H A DAbstractQueuedSynchronizer.java220 * if (getState() == 0) throw new IllegalMonitorStateException();
1068 * @throws IllegalMonitorStateException if acquiring would place this
1094 * @throws IllegalMonitorStateException if releasing would place this
1130 * @throws IllegalMonitorStateException if acquiring would place this
1155 * @throws IllegalMonitorStateException if releasing would place this
1727 throw new IllegalMonitorStateException();
1761 * @throws IllegalMonitorStateException if exclusive synchronization
1783 * @throws IllegalMonitorStateException if exclusive synchronization
1805 * @throws IllegalMonitorStateException if exclusive synchronization
1936 * @throws IllegalMonitorStateException i
[all...]
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DMyOwnSynchronizer.java118 if (getState() == 0) throw new IllegalMonitorStateException();
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DThreadMXBeanProxy.java200 if (getState() == 0) throw new IllegalMonitorStateException();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java470 throw new IllegalMonitorStateException();
479 throw new IllegalMonitorStateException();
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk104 java/lang/IllegalMonitorStateException.java \

Completed in 94 milliseconds