com.github.axet.wget.info.ex
Class DownloadIOError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.axet.wget.info.ex.DownloadError
                  extended by com.github.axet.wget.info.ex.DownloadIOError
All Implemented Interfaces:
Serializable

public class DownloadIOError
extends DownloadError

See Also:
Serialized Form

Constructor Summary
DownloadIOError()
           
DownloadIOError(IOException e)
           
DownloadIOError(String str)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadIOError

public DownloadIOError()

DownloadIOError

public DownloadIOError(IOException e)

DownloadIOError

public DownloadIOError(String str)


Copyright © 2012. All Rights Reserved.