InterruptedException

constructor()

Constructs an InterruptedException with no detail message.


constructor(s: String)

Constructs an InterruptedException with the specified detail message.

Parameters

s

the detail message.