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
app.Exceptions.ProxyException Class Reference
Inheritance diagram for app.Exceptions.ProxyException:
Collaboration diagram for app.Exceptions.ProxyException:

Public Member Functions

def __init__ (self, message, code=APP_CONSTS.ERROR_NOT_EXIST_ANY_VALID_PROXY, statusUpdate=None)
 

Public Attributes

 code
 
 statusUpdate
 

Detailed Description

Definition at line 38 of file Exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def app.Exceptions.ProxyException.__init__ (   self,
  message,
  code = APP_CONSTS.ERROR_NOT_EXIST_ANY_VALID_PROXY,
  statusUpdate = None 
)

Definition at line 39 of file Exceptions.py.

39  def __init__(self, message, code=APP_CONSTS.ERROR_NOT_EXIST_ANY_VALID_PROXY, statusUpdate=None):
40  Exception.__init__(self, message)
41 
42  self.code = code
43  self.statusUpdate = statusUpdate
44 
45 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ code

app.Exceptions.ProxyException.code

Definition at line 42 of file Exceptions.py.

◆ statusUpdate

app.Exceptions.ProxyException.statusUpdate

Definition at line 43 of file Exceptions.py.


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