Class ExceptionActivity

java.lang.Object
org.broadleafcommerce.core.workflow.BaseActivity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>
org.broadleafcommerce.common.workflow.ExceptionActivity
All Implemented Interfaces:
org.broadleafcommerce.core.workflow.Activity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.core.Ordered

public class ExceptionActivity extends org.broadleafcommerce.core.workflow.BaseActivity<org.broadleafcommerce.core.workflow.ProcessContext<List<String>>>
  • Field Summary

    Fields inherited from class org.broadleafcommerce.core.workflow.BaseActivity

    automaticallyRegisterRollbackHandler, beanName, errorHandler, order, rollbackHandler, rollbackRegion, stateConfiguration

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.core.workflow.ProcessContext<List<String>>
    execute(org.broadleafcommerce.core.workflow.ProcessContext<List<String>> context)
     

    Methods inherited from class org.broadleafcommerce.core.workflow.BaseActivity

    getAutomaticallyRegisterRollbackHandler, getBeanName, getErrorHandler, getOrder, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setOrder, setRollbackHandler, setRollbackRegion, setStateConfiguration, shouldExecute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExceptionActivity

      public ExceptionActivity()
  • Method Details

    • execute

      public org.broadleafcommerce.core.workflow.ProcessContext<List<String>> execute(org.broadleafcommerce.core.workflow.ProcessContext<List<String>> context) throws Exception
      Throws:
      Exception