NetworkException

public final class NetworkException extends Exception implements KompicsEvent

The NetworkException class.

Author:Cosmin Arad <cosmin@sics.se>, Jim Dowling <jdowling@sics.se>, Lars Kroll <lkroll@kth.se>

Fields

message

public final String message

peer

public final Address peer

protocol

public final Transport protocol

Constructors

NetworkException

public NetworkException(String message, Address peer, Transport protocol)

NetworkException

public NetworkException(String message, Address peer, Transport protocol, Throwable cause)