Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.process
Class ExceptionProcessCallable

java.lang.Object
  extended by com.liferay.portal.kernel.process.ExceptionProcessCallable
All Implemented Interfaces:
ProcessCallable<ProcessException>, Serializable

public class ExceptionProcessCallable
extends Object
implements ProcessCallable<ProcessException>

See Also:
Serialized Form

Constructor Summary
ExceptionProcessCallable(ProcessException processException)
           
 
Method Summary
 ProcessException call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionProcessCallable

public ExceptionProcessCallable(ProcessException processException)
Method Detail

call

public ProcessException call()
Specified by:
call in interface ProcessCallable<ProcessException>

Liferay 6.1.2-ce-ga3