Uses of Class
org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
-
Packages that use ConcurrentRuntimeException Package Description org.apache.commons.lang3.concurrent 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 ConcurrentRuntimeException Modifier and Type Method Description static ConcurrentRuntimeException
ConcurrentUtils. extractCauseUnchecked(ExecutionException ex)
Inspects the cause of the specifiedExecutionException
and creates aConcurrentRuntimeException
with the checked cause if necessary.
-