예제 #1
0
 def __init__(self, message = None):
     CommonException.__init__(self, message)
     pass
예제 #2
0
 def __init__(self, message = ""):
     CommonException.__init__(self, message)
예제 #3
0
 def __init__(self, msg):
     CommonException.__init__(self, msg)