File
Doc
Category
Size
Date
Package
TorrentException.java
API Doc
Azureus 3.0.3.4
1230
Mon Jul 26 14:58:46 BST 2004
org.gudy.azureus2.plugins.torrent
TorrentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Java Code Source