ewe.io
Class InterruptedIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.InterruptedIOException

public class InterruptedIOException
extends IOException


Constructor Summary
InterruptedIOException()
           
InterruptedIOException(String msg)
           
InterruptedIOException(String message, Throwable cause)
           
InterruptedIOException(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

InterruptedIOException

public InterruptedIOException(String msg)

InterruptedIOException

public InterruptedIOException()

InterruptedIOException

public InterruptedIOException(Throwable cause)

InterruptedIOException

public InterruptedIOException(String message,
                              Throwable cause)