File
Doc
Category
Size
Date
Package
IPFilterException.java
API Doc
Azureus 3.0.3.4
1111
Tue Mar 02 02:15:00 GMT 2004
org.gudy.azureus2.plugins.ipfilter
IPFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class IPFilterException extends Exception
author
parg
Fields Summary
Constructors Summary
public IPFilterException
(
String
str)
super(str);
public IPFilterException
(
String
str,
Throwable
cause)
super(str,cause);
Methods Summary
Java Code Source