org.gudy.azureus2.plugins.download
Class DownloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.plugins.download.DownloadException
All Implemented Interfaces:
java.io.Serializable

public class DownloadException
extends java.lang.Exception

Throws by various Download methods to indicate errors

Since:
2.0.7.0
Author:
parg
See Also:
Serialized Form

Constructor Summary
DownloadException(java.lang.String str)
           
DownloadException(java.lang.String str, java.lang.Throwable cause)
           
 
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

DownloadException

public DownloadException(java.lang.String str)

DownloadException

public DownloadException(java.lang.String str,
                         java.lang.Throwable cause)