FileDocCategorySizeDatePackage
UpdateException.javaAPI DocAzureus 3.0.3.41237Thu Feb 09 19:42:56 GMT 2006org.gudy.azureus2.plugins.update

UpdateException

public class UpdateException extends Exception
author
parg

Fields Summary
Constructors Summary
public UpdateException(String str)

		super( str );
	
public UpdateException(String str, Throwable cause)

		super(str, cause);
	
Methods Summary