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
dc_crawler.DetectModified.NotModifiedException Class Reference
Inheritance diagram for dc_crawler.DetectModified.NotModifiedException:
Collaboration diagram for dc_crawler.DetectModified.NotModifiedException:

Public Member Functions

def __init__ (self, message, httpCode)
 

Public Attributes

 httpCode
 

Detailed Description

Definition at line 27 of file DetectModified.py.

Constructor & Destructor Documentation

◆ __init__()

def dc_crawler.DetectModified.NotModifiedException.__init__ (   self,
  message,
  httpCode 
)

Definition at line 28 of file DetectModified.py.

28  def __init__(self, message, httpCode):
29  Exception.__init__(self, message)
30 
31  self.httpCode = httpCode
32 
33 
34 # #class implemented all logic necessary for "Resource Not Modified" detecting
35 #
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ httpCode

dc_crawler.DetectModified.NotModifiedException.httpCode

Definition at line 31 of file DetectModified.py.


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