Uses of Class
org.flowable.common.engine.api.FlowableObjectNotFoundException
Packages that use FlowableObjectNotFoundException
-
Uses of FlowableObjectNotFoundException in org.flowable.common.rest.exception
Methods in org.flowable.common.rest.exception with parameters of type FlowableObjectNotFoundExceptionModifier and TypeMethodDescriptionBaseExceptionHandlerAdvice.handleNotFound
(FlowableObjectNotFoundException e, jakarta.servlet.http.HttpServletRequest request) -
Uses of FlowableObjectNotFoundException in org.flowable.job.api
Subclasses of FlowableObjectNotFoundException in org.flowable.job.apiModifier and TypeClassDescriptionclass
This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance)..