Uses of Class
org.camunda.bpm.application.ProcessApplicationExecutionException
-
Packages that use ProcessApplicationExecutionException Package Description org.camunda.bpm.application org.camunda.bpm.application.impl -
-
Uses of ProcessApplicationExecutionException in org.camunda.bpm.application
Methods in org.camunda.bpm.application that throw ProcessApplicationExecutionException Modifier and Type Method Description <T> T
AbstractProcessApplication. execute(Callable<T> callable)
<T> T
AbstractProcessApplication. execute(Callable<T> callable, InvocationContext invocationContext)
<T> T
ProcessApplicationInterface. execute(Callable<T> callable)
The default implementation simply modifies the ContextClassLoader
<T> T
ProcessApplicationInterface. execute(Callable<T> callable, InvocationContext context)
Is invoked instead ofProcessApplicationInterface.execute(Callable)
if a context is available. -
Uses of ProcessApplicationExecutionException in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl that return ProcessApplicationExecutionException Modifier and Type Method Description ProcessApplicationExecutionException
ProcessApplicationLogger. processApplicationExecutionException(Exception e)
Methods in org.camunda.bpm.application.impl that throw ProcessApplicationExecutionException Modifier and Type Method Description <T> T
EjbProcessApplication. execute(Callable<T> callable)
<T> T
EmbeddedProcessApplication. execute(Callable<T> callable)
Since the process engine is loaded by the same classloader as the process application, nothing needs to be done.
-