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

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
                  extended by com.github.axet.wget.info.ex.DownloadMoved
All Implemented Interfaces:
Serializable

public class DownloadMoved
extends DownloadRetry

See Also:
Serialized Form

Constructor Summary
DownloadMoved(String msg)
           
DownloadMoved(Throwable e)
           
DownloadMoved(URLConnection c)
           
 
Method Summary
 URL getMoved()
           
 
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

DownloadMoved

public DownloadMoved(URLConnection c)

DownloadMoved

public DownloadMoved(Throwable e)

DownloadMoved

public DownloadMoved(String msg)
Method Detail

getMoved

public URL getMoved()


Copyright © 2013. All Rights Reserved.