filmov
tv
Thread Exception in java

Показать описание
1. InterruptedException:
2. IllegalThreadStateException:
This exception is occured thread method is called on wrong state of thread.
Suppose when thread is Runnable state and we call start() then IllegalThreadStateException will occur
3. IllegalArgumentException:
When we pass wrong parameter to Thread method then this exception will occur.
2. IllegalThreadStateException:
This exception is occured thread method is called on wrong state of thread.
Suppose when thread is Runnable state and we call start() then IllegalThreadStateException will occur
3. IllegalArgumentException:
When we pass wrong parameter to Thread method then this exception will occur.