/**@class java.lang.InterruptedException
@extends java.lang.Exception

 Thrown when a waiting thread is activated before the condition it was waiting
 for has been satisfied.
*/
var InterruptedException = {


};