File
Doc
Category
Size
Date
Package
PluginException.java
API Doc
Azureus 3.0.3.4
1110
Mon Jun 07 21:51:54 BST 2004
org.gudy.azureus2.plugins
PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class PluginException extends Exception
author
parg
since
2.0.7.0
Fields Summary
Constructors Summary
public PluginException
(
String
str)
super( str );
public PluginException
(
String
str,
Throwable
e)
super( str, e );
Methods Summary
Java Code Source