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.TransportInternalErr Class Reference
Inheritance diagram for transport.Connection.TransportInternalErr:
Collaboration diagram for transport.Connection.TransportInternalErr:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

Definition at line 34 of file Connection.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 36 of file Connection.py.

36  def __init__(self, message):
37  Exception.__init__(self, message)
38 
39 
40 # #Structure which describes all data need to establish connection
41 #
42 # @todo - add a protocol param as independent part
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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