org.jboss.portal.cms.workflow
Class TaskExceptionHandler

java.lang.Object
  extended by org.jboss.portal.cms.workflow.TaskExceptionHandler
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler

public class TaskExceptionHandler
extends java.lang.Object
implements org.jbpm.graph.def.ActionHandler

Created on : Dec 21, 2006

Author:
Sohil Shah - sohil.shah@jboss.com
See Also:
Serialized Form

Constructor Summary
TaskExceptionHandler()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskExceptionHandler

public TaskExceptionHandler()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
Specified by:
execute in interface org.jbpm.graph.def.ActionHandler