gov.lbl.dsd.p2pio
Class P2PIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.lbl.dsd.p2pio.P2PIOException
- All Implemented Interfaces:
- Serializable
- public class P2PIOException
- extends RuntimeException
An unchecked exception that wraps a P2PIO Err
object.
- Version:
- $Revision: 1.3 $, $Date: 2004/01/30 01:18:02 $
- See Also:
- Serialized Form
P2PIOException
public P2PIOException(Err error)
P2PIOException
public P2PIOException(String message,
Err error)
P2PIOException
public P2PIOException(Throwable cause)
getError
public Err getError()
toString
public String toString()
Jump to the Firefish Homepage