Searched refs:IllegalThreadStateException (Results 26 - 38 of 38) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java337 } catch (IllegalThreadStateException e1) {
361 } catch (IllegalThreadStateException e1) {
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DUNIXProcess.java.solaris163 throw new IllegalThreadStateException("process hasn't exited");
H A DUNIXProcess.java.bsd217 throw new IllegalThreadStateException("process hasn't exited");
H A DUNIXProcess.java.linux217 throw new IllegalThreadStateException("process hasn't exited");
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java670 * @exception IllegalThreadStateException if the thread was already
684 throw new IllegalThreadStateException();
1219 * @exception IllegalThreadStateException if this thread is not
1357 * @throws IllegalThreadStateException
1367 throw new IllegalThreadStateException();
/openjdk7/jdk/src/share/classes/java/awt/
H A DRobot.java556 * @throws IllegalThreadStateException if called on the AWT event dispatching thread
580 throw new IllegalThreadStateException("Cannot call method from the event dispatcher thread");
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRMID.java333 } catch (IllegalThreadStateException illegal) {
/openjdk7/jdk/test/sun/jvmstat/monitor/MonitoredVm/
H A DMonitorVmStartTerminate.java228 } catch (IllegalThreadStateException e) {
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java442 throw new IllegalThreadStateException("process has not exited");
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java744 } catch (IllegalThreadStateException e) { }
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java938 throw new IllegalThreadStateException();
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk103 java/lang/IllegalThreadStateException.java \
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java1075 } catch (IllegalThreadStateException e) {

Completed in 59 milliseconds

12