openpectus.protocol.exceptions
Exceptions
Exception for errors related to the Aggregator-Engine protocol |
|
Raised on deserialization errors. If this error occurs, it indicates an implementation error. |
|
Raised on errors related to the physical network connection |
Module Contents
- exception openpectus.protocol.exceptions.ProtocolException(*args)
Bases:
ExceptionException for errors related to the Aggregator-Engine protocol
- Parameters:
args (object)
- exception openpectus.protocol.exceptions.ProtocolDeserializationException(*args)
Bases:
ProtocolExceptionRaised on deserialization errors. If this error occurs, it indicates an implementation error.
- Parameters:
args (object)
- exception openpectus.protocol.exceptions.ProtocolNetworkException(*args)
Bases:
ExceptionRaised on errors related to the physical network connection
- Parameters:
args (object)