Home
last modified time | relevance | path

Searched refs:closedException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DSubmissionPublisher.java247 volatile Throwable closedException; field in SubmissionPublisher
361 if ((ex = closedException) != null) in subscribe()
667 closedException = error; in closeExceptionally()
701 return closedException; in getClosedException()