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