net.tomp2p.connection
Class PeerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.tomp2p.connection.PeerException
- All Implemented Interfaces:
- Serializable
public class PeerException
- extends Exception
This exception is used internally and passed over to the method
exceptionCaught. A PeerException always has a cause
- Author:
- draft
- See Also:
- Serialized Form
PeerException
public PeerException(PeerException.AbortCause abortCause)
PeerException
public PeerException(PeerException.AbortCause abortCause,
String message)
getAbortCause
public PeerException.AbortCause getAbortCause()
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2011. All Rights Reserved.