File
Doc
Category
Size
Date
Package
SFPluginDetailsException.java
API Doc
Azureus 3.0.3.4
1262
Thu Feb 09 19:43:18 GMT 2006
org.gudy.azureus2.pluginsimpl.update.sf
SFPluginDetailsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class SFPluginDetailsException extends Exception
author
parg
Fields Summary
Constructors Summary
public SFPluginDetailsException
(
String
str)
super(str);
public SFPluginDetailsException
(
String
str,
Throwable
e)
super(str, e);
Methods Summary
Java Code Source