openpectus.protocol.exceptions

Exceptions

ProtocolException

Exception for errors related to the Aggregator-Engine protocol

ProtocolDeserializationException

Raised on deserialization errors. If this error occurs, it indicates an implementation error.

ProtocolNetworkException

Raised on errors related to the physical network connection

Module Contents

exception openpectus.protocol.exceptions.ProtocolException(*args)

Bases: Exception

Exception for errors related to the Aggregator-Engine protocol

Parameters:

args (object)

exception openpectus.protocol.exceptions.ProtocolDeserializationException(*args)

Bases: ProtocolException

Raised on deserialization errors. If this error occurs, it indicates an implementation error.

Parameters:

args (object)

exception openpectus.protocol.exceptions.ProtocolNetworkException(*args)

Bases: Exception

Raised on errors related to the physical network connection

Parameters:

args (object)