File
Doc
Category
Size
Date
Package
UPnPException.java
API Doc
Azureus 3.0.3.4
1224
Thu Feb 09 19:42:56 GMT 2006
com.aelitis.net.upnp
UPnPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class UPnPException extends Exception
author
parg
Fields Summary
Constructors Summary
public UPnPException
(
String
str)
super( str );
public UPnPException
(
String
str,
Throwable
cause)
super( str, cause );
Methods Summary
Java Code Source