Uses of Class
org.camunda.bpm.application.ProcessApplicationUnavailableException
-
Packages that use ProcessApplicationUnavailableException Package Description org.camunda.bpm.application org.camunda.bpm.application.impl org.camunda.bpm.engine.impl.db -
-
Uses of ProcessApplicationUnavailableException in org.camunda.bpm.application
Methods in org.camunda.bpm.application that throw ProcessApplicationUnavailableException Modifier and Type Method Description ProcessApplicationInterface
ProcessApplicationReference. getProcessApplication()
Get the process application. -
Uses of ProcessApplicationUnavailableException in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl that return ProcessApplicationUnavailableException Modifier and Type Method Description ProcessApplicationUnavailableException
ProcessApplicationLogger. processApplicationUnavailableException(String name)
ProcessApplicationUnavailableException
ProcessApplicationLogger. processApplicationUnavailableException(String name, Throwable cause)
Methods in org.camunda.bpm.application.impl with parameters of type ProcessApplicationUnavailableException Modifier and Type Method Description void
ProcessApplicationLogger. cannotInvokeListenerPaUnavailable(String paName, ProcessApplicationUnavailableException e)
Methods in org.camunda.bpm.application.impl that throw ProcessApplicationUnavailableException Modifier and Type Method Description ProcessApplicationInterface
EjbProcessApplicationReference. getProcessApplication()
ProcessApplicationInterface
EmbeddedProcessApplicationReferenceImpl. getProcessApplication()
AbstractProcessApplication
ProcessApplicationReferenceImpl. getProcessApplication()
void
EjbProcessApplicationReference. processEngineStopping(ProcessEngine processEngine)
void
ProcessApplicationReferenceImpl. processEngineStopping(ProcessEngine processEngine)
-
Uses of ProcessApplicationUnavailableException in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with parameters of type ProcessApplicationUnavailableException Modifier and Type Method Description ProcessEngineException
EnginePersistenceLogger. cannotDeterminePaDataformats(ProcessApplicationUnavailableException e)
-