Package java.lang
Class InterruptedException
InterruptedException()
InterruptedException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor InterruptedException():
Constructs an InterruptedException with no detail message.
constructor InterruptedException(String s):
Constructs an InterruptedException with the specified detail message.