HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
transport.Connection.ConnectionTimeout Class Reference
Inheritance diagram for transport.Connection.ConnectionTimeout:
Collaboration diagram for transport.Connection.ConnectionTimeout:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

Definition at line 25 of file Connection.py.

Constructor & Destructor Documentation

◆ __init__()

def transport.Connection.ConnectionTimeout.__init__ (   self,
  message 
)

Definition at line 27 of file Connection.py.

27  def __init__(self, message):
28  Exception.__init__(self, message)
29 
30 
31 # #Exception which express some critical errors in the network engine
32 #
33 # At the moment critical errors are zmq.ZMQError, zmq.Again
def __init__(self)
constructor
Definition: UIDGenerator.py:19

The documentation for this class was generated from the following file: