Exemplo n.º 1
0
 def throwLocalExceptionIdempotent_async(self, cb, current=None):
     cb.ice_exception(Ice.TimeoutException())
Exemplo n.º 2
0
 def throwLocalExceptionIdempotent(self, current=None):
     f = Ice.Future()
     f.set_exception(Ice.TimeoutException())
     return f
Exemplo n.º 3
0
 def throwLocalExceptionIdempotent(self, current=None):
     raise Ice.TimeoutException()