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 ConcurrentRuntimeExceptionConcurrentUtils. extractCauseUnchecked(java.util.concurrent.ExecutionException ex)Inspects the cause of the specifiedExecutionExceptionand creates aConcurrentRuntimeExceptionwith the checked cause if necessary.
-