File
Doc
Category
Size
Date
Package
ResourceDownloaderException.java
API Doc
Azureus 3.0.3.4
1288
Thu Feb 09 19:42:44 GMT 2006
org.gudy.azureus2.plugins.utils.resourcedownloader
ResourceDownloaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class ResourceDownloaderException extends Exception
author
parg
Fields Summary
Constructors Summary
public ResourceDownloaderException
(
String
str)
super(str);
public ResourceDownloaderException
(
String
str,
Throwable
cause)
super(str, cause);
Methods Summary
Java Code Source