KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > InterruptedException

java.lang
Class InterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.InterruptedException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, Object.wait(), Object.wait(long), Object.wait(long, int), Thread.sleep(long), Thread.interrupt(), Thread.interrupted()

public InterruptedException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InterruptedException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags