File
Doc
Category
Size
Date
Package
IPCException.java
API Doc
Azureus 3.0.3.4
1310
Tue May 02 02:33:14 BST 2006
org.gudy.azureus2.plugins.ipc
IPCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class IPCException extends Exception
author
Damokles
Fields Summary
Constructors Summary
public IPCException
()
super();
public IPCException
(
String
message,
Throwable
cause)
super(message, cause);
public IPCException
(
String
message)
super(message);
public IPCException
(
Throwable
cause)
super(cause);
Methods Summary
Java Code Source