Home | History | Annotate | Download | only in concurrent

Lines Matching refs:CancellationException

24 import java.util.concurrent.CancellationException;
83 fail("Result future must throw CancellationException"
85 } catch (CancellationException expected) {}
94 fail("Result future must throw CancellationException"
96 } catch (CancellationException expected) {}
107 + " CancellationException");
108 } catch (CancellationException expected) {}
120 + " CancellationException");
121 } catch (CancellationException expected) {}
142 + " CancellationException");
143 } catch (CancellationException expected) {}
149 + " CancellationException");
150 } catch (CancellationException expected) {}