org.gudy.azureus2.plugins.download
Class DownloadException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.gudy.azureus2.plugins.download.DownloadException
- All Implemented Interfaces: 
 - Serializable
 
public class DownloadException
- extends Exception
 
Throws by various Download methods to indicate errors
- Since:
 
  - 2.0.7.0
 
- Author:
 
  - parg
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
DownloadException
public DownloadException(String str)
DownloadException
public DownloadException(String str,
                         Throwable cause)