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

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.DownloadInterruptedError
All Implemented Interfaces:
Serializable

public class DownloadInterruptedError
extends DownloadError

See Also:
Serialized Form

Constructor Summary
DownloadInterruptedError()
           
DownloadInterruptedError(String str)
           
DownloadInterruptedError(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

DownloadInterruptedError

public DownloadInterruptedError()

DownloadInterruptedError

public DownloadInterruptedError(Throwable e)

DownloadInterruptedError

public DownloadInterruptedError(String str)


Copyright © 2012. All Rights Reserved.