FileDocCategorySizeDatePackage
UPnPException.javaAPI DocAzureus 3.0.3.41224Thu Feb 09 19:42:56 GMT 2006com.aelitis.net.upnp

UPnPException

public class UPnPException extends Exception
author
parg

Fields Summary
Constructors Summary
public UPnPException(String str)

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

		super( str, cause );
	
Methods Summary