Searched refs:IllegalThreadStateException (Results 1 – 15 of 15) sorted by relevance
28 IllegalThreadStateException e = new IllegalThreadStateException(); in test_Constructor()38 IllegalThreadStateException e = new IllegalThreadStateException("fixture"); in test_ConstructorLjava_lang_String()
94 } catch (IllegalThreadStateException e) { in test_ConstructorLjava_lang_ThreadGroupLjava_lang_String()141 } catch (IllegalThreadStateException e) { in test_destroy()159 } catch (IllegalThreadStateException e) { in test_destroy()167 } catch (IllegalThreadStateException e) { in test_destroy()194 } catch (IllegalThreadStateException e) { in test_destroy()216 } catch (IllegalThreadStateException its) { in test_destroy()226 } catch (IllegalThreadStateException its) { in test_destroy()240 } catch (IllegalThreadStateException e) { in test_destroy_subtest0()
138 } catch(IllegalThreadStateException expected) { in test_exitValue()
38 public class IllegalThreadStateException extends IllegalArgumentException { class46 public IllegalThreadStateException() { in IllegalThreadStateException() method in IllegalThreadStateException56 public IllegalThreadStateException(String s) { in IllegalThreadStateException() method in IllegalThreadStateException
196 } catch(IllegalThreadStateException ex) { in waitFor()261 } catch(IllegalThreadStateException e) { in isAlive()
792 throw new IllegalThreadStateException(); in destroy()824 throw new IllegalThreadStateException(); in add()881 throw new IllegalThreadStateException(); in addUnstarted()903 throw new IllegalThreadStateException(); in add()
960 throw new IllegalThreadStateException(); in start()1638 throw new IllegalThreadStateException(); in setDaemon()2340 throw new IllegalThreadStateException(); in setSystemDaemon()
215 throw new IllegalThreadStateException("process hasn't exited");
66 } catch(IllegalThreadStateException itse) { in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L()152 } catch (IllegalThreadStateException ex) { in test_setDaemonZ()412 } catch(IllegalThreadStateException itse){ in test_start()
521 } catch (IllegalThreadStateException expected) { in threadDoubleStart()547 } catch (IllegalThreadStateException expected) { in threadRestart()
33 throws SecurityException, IllegalThreadStateException { in MyThread()
943 throw new IllegalThreadStateException(); in addWorker()
154 "ojluni/src/main/java/java/lang/IllegalThreadStateException.java",
159 …n/java/java/lang/IllegalThreadStateException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
3392 public class IllegalThreadStateException extends java.lang.IllegalArgumentException {3393 ctor public IllegalThreadStateException();3394 ctor public IllegalThreadStateException(String);