InterruptedException.InterruptedException

InterruptedException.InterruptedException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public InterruptedException()
Description
Constructs an InterruptedException with no detail message.



Syntax 2
public InterruptedException( String s )
Parameters
s
the detail message.
Description
Constructs an InterruptedException with the specified detail message.