Searched refs:exInfo (Results 1 – 1 of 1) sorted by relevance
53 Object r = null; Object exInfo = null; in checkIsDone() local57 exInfo = CancellationException.class; in checkIsDone()59 exInfo = t.getCause(); in checkIsDone()72 assertSame(exInfo, CancellationException.class); in checkIsDone()74 assertSame(exInfo, t.getCause()); in checkIsDone()