FileDocCategorySizeDatePackage
DistributedDatabaseException.javaAPI DocAzureus 3.0.3.41276Thu Feb 09 19:42:56 GMT 2006org.gudy.azureus2.plugins.ddb

DistributedDatabaseException

public class DistributedDatabaseException extends Exception
author
parg

Fields Summary
Constructors Summary
public DistributedDatabaseException(String str)

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

		super( str, cause );
	
Methods Summary