Searched refs:exInfo (Results 1 – 1 of 1) sorted by relevance
35 Object r = null; Object exInfo = null; in checkIsDone() local39 exInfo = CancellationException.class; in checkIsDone()41 exInfo = t.getCause(); in checkIsDone()54 assertSame(exInfo, CancellationException.class); in checkIsDone()56 assertSame(exInfo, t.getCause()); in checkIsDone()