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