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