FileDocCategorySizeDatePackage
UIException.javaAPI DocAzureus 3.0.3.41212Thu Feb 09 19:42:46 GMT 2006org.gudy.azureus2.plugins.ui

UIException

public class UIException extends Exception
author
parg

Fields Summary
Constructors Summary
public UIException(String str)

		super(str);
	
public UIException(String str, Throwable c)

		super(str, c);
	
Methods Summary