FileDocCategorySizeDatePackage
DownloadManagerException.javaAPI DocAzureus 3.0.3.41233Thu Feb 09 19:43:08 GMT 2006org.gudy.azureus2.core3.download

DownloadManagerException

public class DownloadManagerException extends Exception

Fields Summary
Constructors Summary
public DownloadManagerException(String str)

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

		super( str, cause );
	
Methods Summary