java.lang
Class InterruptedException

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
               |
               +--java.lang.InterruptedException

class InterruptedException
extends Exception

Constructor Summary
public InterruptedException()
           Default constructor
  
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail

InterruptedException

public InterruptedException()