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 ProcessApplicationInterfaceProcessApplicationReference. 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 ProcessApplicationUnavailableExceptionProcessApplicationLogger. processApplicationUnavailableException(java.lang.String name)ProcessApplicationUnavailableExceptionProcessApplicationLogger. processApplicationUnavailableException(java.lang.String name, java.lang.Throwable cause)Methods in org.camunda.bpm.application.impl with parameters of type ProcessApplicationUnavailableException Modifier and Type Method Description voidProcessApplicationLogger. cannotInvokeListenerPaUnavailable(java.lang.String paName, ProcessApplicationUnavailableException e)Methods in org.camunda.bpm.application.impl that throw ProcessApplicationUnavailableException Modifier and Type Method Description ProcessApplicationInterfaceEjbProcessApplicationReference. getProcessApplication()ProcessApplicationInterfaceEmbeddedProcessApplicationReferenceImpl. getProcessApplication()AbstractProcessApplicationProcessApplicationReferenceImpl. getProcessApplication()voidEjbProcessApplicationReference. processEngineStopping(ProcessEngine processEngine)voidProcessApplicationReferenceImpl. 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 ProcessEngineExceptionEnginePersistenceLogger. cannotDeterminePaDataformats(ProcessApplicationUnavailableException e)
-