An exception class used for reporting runtime error conditions related to accessing data of background tasks.
This class is an analogon of the {@link ConcurrentException} exception class.However, it is a runtime exception and thus does not need explicit catch clauses. Some methods of {@link ConcurrentUtils} throw {@code ConcurrentRuntimeException} exceptions rather than{@link ConcurrentException} exceptions. They can be used by client code thatdoes not want to be bothered with checked exceptions.
@author Apache Software Foundation @version $Id: ConcurrentRuntimeException.java 925818 2010-03-21 16:35:22Z oheger $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|