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