File
Doc
Category
Size
Date
Package
DownloadManagerException.java
API Doc
Azureus 3.0.3.4
1233
Thu Feb 09 19:43:08 GMT 2006
org.gudy.azureus2.core3.download
DownloadManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Java Code Source