FileDocCategorySizeDatePackage
DownloadException.javaAPI DocAzureus 3.0.3.41185Mon Jun 07 21:51:54 BST 2004org.gudy.azureus2.plugins.download

DownloadException

public class DownloadException extends Exception
Throws by various Download methods to indicate errors
author
parg
since
2.0.7.0

Fields Summary
Constructors Summary
public DownloadException(String str)

		super(str);
	
public DownloadException(String str, Throwable cause)

		super(str,cause);
	
Methods Summary