Class java.lang.InterruptedException (1.0)


public class InterruptedException extends Exception {
  // Public Constructors
    public InterruptedException( );
    public InterruptedException(String s);
}