Package org.camunda.bpm.qa.upgrade
Class FailingDelegate
- java.lang.Object
-
- org.camunda.bpm.qa.upgrade.FailingDelegate
-
- All Implemented Interfaces:
JavaDelegate
public class FailingDelegate extends java.lang.Object implements JavaDelegate
-
-
Constructor Summary
Constructors Constructor Description FailingDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(DelegateExecution execution)
-
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution) throws java.lang.Exception
- Specified by:
execute
in interfaceJavaDelegate
- Throws:
java.lang.Exception
-
-