File
Doc
Category
Size
Date
Package
TrackerException.java
API Doc
Azureus 3.0.3.4
1106
Mon Jan 05 13:18:36 GMT 2004
org.gudy.azureus2.plugins.tracker
TrackerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class TrackerException extends Exception
author
parg
Fields Summary
Constructors Summary
public TrackerException
(
String
str)
super(str);
public TrackerException
(
String
str,
Throwable
cause)
super(str,cause);
Methods Summary
Java Code Source