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