FileDocCategorySizeDatePackage
TorrentException.javaAPI DocAzureus 3.0.3.41230Mon Jul 26 14:58:46 BST 2004org.gudy.azureus2.plugins.torrent

TorrentException

public class TorrentException extends Exception
author
parg

Fields Summary
Constructors Summary
public TorrentException()

		super();
	
public TorrentException(String str)

		super(str);
	
public TorrentException(Throwable cause)

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

			super(str,cause);
		
Methods Summary