FileDocCategorySizeDatePackage
TRHostException.javaAPI DocAzureus 3.0.3.41103Fri Jul 09 06:34:24 BST 2004org.gudy.azureus2.core3.tracker.host

TRHostException

public class TRHostException extends Exception
author
parg

Fields Summary
Constructors Summary
public TRHostException(String str)

		super( str );
	
public TRHostException(String str, Throwable e)

		super( str, e );
	
Methods Summary