File
Doc
Category
Size
Date
Package
UpdateException.java
API Doc
Azureus 3.0.3.4
1237
Thu Feb 09 19:42:56 GMT 2006
org.gudy.azureus2.plugins.update
UpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class UpdateException extends Exception
author
parg
Fields Summary
Constructors Summary
public UpdateException
(
String
str)
super( str );
public UpdateException
(
String
str,
Throwable
cause)
super(str, cause);
Methods Summary
Java Code Source