File
Doc
Category
Size
Date
Package
AEProxyException.java
API Doc
Azureus 3.0.3.4
1229
Thu Feb 09 19:42:44 GMT 2006
com.aelitis.azureus.core.proxy
AEProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class AEProxyException extends Exception
author
parg
Fields Summary
Constructors Summary
public AEProxyException
(
String
str)
super(str);
public AEProxyException
(
String
str,
Throwable
e)
super(str,e);
Methods Summary
Java Code Source