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