예제 #1
0
파일: ServerAMD.py 프로젝트: zhoushiyi/ice
 def throwLocalExceptionIdempotent_async(self, cb, current=None):
     cb.ice_exception(Ice.TimeoutException())
예제 #2
0
 def throwLocalExceptionIdempotent(self, current=None):
     f = Ice.Future()
     f.set_exception(Ice.TimeoutException())
     return f
예제 #3
0
파일: TestI.py 프로젝트: chuanqingli/ice
 def throwLocalExceptionIdempotent(self, current=None):
     raise Ice.TimeoutException()