Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.concurrent
Class ThrowableAwareRunnablesExecutorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.ThrowableAwareRunnablesExecutorUtil

public class ThrowableAwareRunnablesExecutorUtil
extends Object


Constructor Summary
ThrowableAwareRunnablesExecutorUtil()
           
 
Method Summary
static void execute(Collection<? extends ThrowableAwareRunnable> throwableAwareRunnables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableAwareRunnablesExecutorUtil

public ThrowableAwareRunnablesExecutorUtil()
Method Detail

execute

public static void execute(Collection<? extends ThrowableAwareRunnable> throwableAwareRunnables)
                    throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-kernel