FileDocCategorySizeDatePackage
MCGroupException.javaAPI DocAzureus 3.0.3.41235Thu Feb 09 19:43:06 GMT 2006com.aelitis.net.udp.mc

MCGroupException

public class MCGroupException extends Exception
author
parg

Fields Summary
Constructors Summary
public MCGroupException(String str)

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

		super( str, cause );
	
Methods Summary