Ejemplo n.º 1
0
 def __init__(self, msg):
     msg = "UserWriteError: " + msg
     UtakaError.__init__(self, msg)
Ejemplo n.º 2
0
 def __init__(self, msg):
     msg = "ObjectWriteError: " + msg
     UtakaError.__init__(self, msg)
Ejemplo n.º 3
0
 def __init__(self, msg):
     msg = "UtakaDataFormatError: " + msg
     UtakaError.__init__(self, msg)
Ejemplo n.º 4
0
 def __init__(self, msg):
     msg = "BucketWriteError: " + msg
     UtakaError.__init__(self, msg)
Ejemplo n.º 5
0
 def __init__(self, msg):
     msg = "UtakaDataAccessError: " + msg
     UtakaError.__init__(self, msg)