An exception class used for reporting error conditions related to accessing data of background tasks.
The purpose of this exception class is analogous to the default JDK exception class {@link java.util.concurrent.ExecutionException}, i.e. it wraps an exception that occurred during the execution of a task. However, in contrast to {@code ExecutionException}, it wraps only checked exceptions. Runtime exceptions are thrown directly.
@author Apache Software Foundation @version $Id: ConcurrentException.java 889215 2009-12-10 11:56:38Z bayard $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|