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