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

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.DownloadRetry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DownloadMoved

public class DownloadRetry
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DownloadRetry()
           
DownloadRetry(String msg)
           
DownloadRetry(Throwable e)
           
 
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

DownloadRetry

public DownloadRetry()

DownloadRetry

public DownloadRetry(Throwable e)

DownloadRetry

public DownloadRetry(String msg)


Copyright © 2013. All Rights Reserved.