Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
Packages that use ApplicationFailedException
Package
Description
-
Uses of ApplicationFailedException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw ApplicationFailedExceptionModifier and TypeMethodDescriptionprotected abstract booleanAbstractActivityEventHandler.processEvent(Event event, ActivityInstance activity, DataContext dataContext) Processes the designated event for the designated activity instance. -
Uses of ApplicationFailedException in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type ApplicationFailedExceptionModifier and TypeMethodDescriptionvoidRemoteRuntimeEnvironment.applicationFailed(SessionToken token, String sessionID, ApplicationFailedException excpt, SerialisableDataContext dataContext) Signals the failing of the designated execution session that is the execution is terminated due to the designated application failed exception and all data produced yet is invalidated.