Uses of Class
org.apache.commons.lang3.concurrent.ConcurrentRuntimeException

Packages that use ConcurrentRuntimeException
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
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.
 



Copyright © 2001-2012. All Rights Reserved.