public class ExceptionAtPeer
extends java.lang.RuntimeException
Represents an exception that occurred at a remote peer and caused it to fail to participate in an activity.
The message returned by getMessage
will normally be the full
stack-trace of the exception at the peer and it's only useful for reporting
purposes.
Constructor and Description |
---|
ExceptionAtPeer(HGPeerIdentity peer,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
HGPeerIdentity |
getPeer()
Return the identity of the peer on which the exception occurred.
|
public ExceptionAtPeer(HGPeerIdentity peer, java.lang.String text)
public HGPeerIdentity getPeer()
Return the identity of the peer on which the exception occurred.