Package | Description |
---|---|
org.apache.commons.lang3.concurrent |
Provides support classes for multi-threaded programming.
|
Modifier and Type | Method and Description |
---|---|
static ConcurrentRuntimeException |
ConcurrentUtils.extractCauseUnchecked(java.util.concurrent.ExecutionException ex)
Inspects the cause of the specified
ExecutionException and
creates a ConcurrentRuntimeException with the checked cause if
necessary. |