def __init__(self, message, errorNo=3000, **data): ProdException.__init__(self, message, errorNo, **data)
def __init__(self, message, **data): ProdException.__init__(self, message, 11000, **data)
def __init__(self, msg, **data): ProdException.__init__(self, msg, 7000, **data)
def __init__(self, message, **data): ProdException.__init__(self, message, 10000, **data)
def __init__(self, msg, **data): ProdException.__init__(self, msg, errorNo=3000, **data)
def __init__(self, message, errorNo = 1000 , **data): ProdException.__init__(self, message, errorNo, **data)
def __init__(self, msg, **data): # need to find right error code ProdException.__init__(self, msg, 9000, **data)