Firefish 0.5.10

gov.lbl.dsd.p2pio
Class P2PIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bygov.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

Constructor Summary
P2PIOException(Err error)
           
P2PIOException(String message, Err error)
           
P2PIOException(Throwable cause)
           
 
Method Summary
 Err getError()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

P2PIOException

public P2PIOException(Err error)

P2PIOException

public P2PIOException(String message,
                      Err error)

P2PIOException

public P2PIOException(Throwable cause)
Method Detail

getError

public Err getError()

toString

public String toString()

Firefish 0.5.10

Jump to the Firefish Homepage