FileDocCategorySizeDatePackage
AEProxyException.javaAPI DocAzureus 3.0.3.41229Thu Feb 09 19:42:44 GMT 2006com.aelitis.azureus.core.proxy

AEProxyException

public class AEProxyException extends Exception
author
parg

Fields Summary
Constructors Summary
public AEProxyException(String str)

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

		super(str,e);
	
Methods Summary