FileDocCategorySizeDatePackage
ClientIDException.javaAPI DocAzureus 3.0.3.41249Thu Feb 09 19:43:12 GMT 2006org.gudy.azureus2.plugins.clientid

ClientIDException

public class ClientIDException extends Exception
author
parg

Fields Summary
Constructors Summary
public ClientIDException(String str)

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

		super( str, cause );
	
Methods Summary