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
admin.AdminExceptions.AdminTimeoutException Class Reference

AdminExceptions module keepts admin module native exceptions. More...

Inheritance diagram for admin.AdminExceptions.AdminTimeoutException:
Collaboration diagram for admin.AdminExceptions.AdminTimeoutException:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

AdminExceptions module keepts admin module native exceptions.

Definition at line 12 of file AdminExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def admin.AdminExceptions.AdminTimeoutException.__init__ (   self,
  message 
)

Definition at line 13 of file AdminExceptions.py.

13  def __init__(self, message):
14  Exception.__init__(self, message)
15 
16 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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