java.lang
Class InterruptedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.InterruptedException

public class InterruptedException
extends Exception


Constructor Summary
InterruptedException()
           
InterruptedException(String message)
           
InterruptedException(String message, Throwable cause)
           
InterruptedException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

InterruptedException

public InterruptedException()

InterruptedException

public InterruptedException(String message)

InterruptedException

public InterruptedException(Throwable cause)

InterruptedException

public InterruptedException(String message,
                            Throwable cause)