FileDocCategorySizeDatePackage
PluginException.javaAPI DocAzureus 3.0.3.41110Mon Jun 07 21:51:54 BST 2004org.gudy.azureus2.plugins

PluginException

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