Uses of Class
org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
Packages that use ConcurrentRuntimeException
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of ConcurrentRuntimeException in org.apache.commons.lang3.concurrent
Methods in org.apache.commons.lang3.concurrent that return ConcurrentRuntimeExceptionModifier and TypeMethodDescriptionstatic ConcurrentRuntimeException
ConcurrentUtils.extractCauseUnchecked
(ExecutionException ex) Inspects the cause of the specifiedExecutionException
and creates aConcurrentRuntimeException
with the checked cause if necessary.