FileDocCategorySizeDatePackage
PlatformManagerException.javaAPI DocAzureus 3.0.3.41265Thu Feb 09 19:43:08 GMT 2006org.gudy.azureus2.plugins.platform

PlatformManagerException

public class PlatformManagerException extends Exception
author
parg

Fields Summary
Constructors Summary
public PlatformManagerException(String str)

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

		super(str, cause );
	
Methods Summary