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

Public Member Functions

def __init__ (self, message, code=APP_CONSTS.ERROR_CONNECTION_ERROR)
 

Public Attributes

 code
 

Detailed Description

Definition at line 46 of file Exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def app.Exceptions.UrlAvailableException.__init__ (   self,
  message,
  code = APP_CONSTS.ERROR_CONNECTION_ERROR 
)

Definition at line 47 of file Exceptions.py.

47  def __init__(self, message, code=APP_CONSTS.ERROR_CONNECTION_ERROR):
48  Exception.__init__(self, message)
49 
50  self.code = code
51 
52 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ code

app.Exceptions.UrlAvailableException.code

Definition at line 50 of file Exceptions.py.


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