Searched refs:innerThrowable (Results 1 – 1 of 1) sorted by relevance
698 AtomicReference<Throwable> innerThrowable = new AtomicReference<>(); in eventuallyWithSessionClose() local708 innerThrowable.set(throwable); in eventuallyWithSessionClose()713 Throwable inner = innerThrowable.get(); in eventuallyWithSessionClose()