InterruptedException.InterruptedException
Class Overview | Class Members |
This Package |
All Packages
public InterruptedException()
Description
Constructs an InterruptedException with no detail message.
public InterruptedException( String s )
Parameters
- s
- the detail message.
Description
Constructs an InterruptedException with the
specified detail message.