Searched refs:__exception (Results 1 – 6 of 6) sorted by relevance
82 self.__exception = None94 return self.__exception121 self.__exception = exception122 if self.terminal_state and not self.__exception:
127 self.__exception = exception159 if self.__exception:161 raise self.__exception # pylint: disable=raising-bad-type
43 private final static ContinuationThrowable __exception = new ContinuationThrowable(); field in Servlet3Continuation252 throw __exception; in undispatch()
43 private final static ContinuationThrowable __exception = new ContinuationThrowable(); field in Jetty6Continuation219 throw __exception; in undispatch()
41 private final static ContinuationThrowable __exception = new ContinuationThrowable(); field in FauxContinuation503 throw __exception; in undispatch()
57 private final static ContinuationThrowable __exception = new ContinuationThrowable(); field in AsyncContinuation1066 throw __exception; in undispatch()