Library:backport-util-concurrent
Version:2.2
Compatibility:JDK 1.4
Exceptions in library backport-util-concurrent.
NamePackageDescription
BrokenBarrierExceptionedu.emory.mathcs.backport.java.util.concurrentException thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
CancellationExceptionedu.emory.mathcs.backport.java.util.concurrentException indicating that the result of a value-producing task, such as a FutureTask , cannot be retrieved because the task was cancelled.
ExecutionExceptionedu.emory.mathcs.backport.java.util.concurrentException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
RejectedExecutionExceptionedu.emory.mathcs.backport.java.util.concurrentException thrown by an Executor when a task cannot be accepted for execution.
TimeoutExceptionedu.emory.mathcs.backport.java.util.concurrentException thrown when a blocking operation times out.
Search