Class FlowableThresholdReachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
org.flowable.job.api.FlowableUnrecoverableJobException
com.flowable.platform.engine.impl.sandbox.FlowableThresholdReachedException
- All Implemented Interfaces:
- Serializable
- Author:
- Filip Hrisafov
- See Also:
- 
Field SummaryFields inherited from class org.flowable.common.engine.api.FlowableExceptionisLogged, reduceLogLevel
- 
Constructor SummaryConstructorsConstructorDescriptionFlowableThresholdReachedException(String message) FlowableThresholdReachedException(String message, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptioncaseThresholdReached(String elementId, String caseInstanceId, int maxAllowedElementRepetitions) caseThresholdReached(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions) caseVariableThresholdReached(String variableName, CaseInstance caseInstance, int maxAllowedVariablesPerInstance) executionVariableThresholdReached(String variableName, Execution execution, int maxAllowedLocalVariables) planItemVariableThresholdReached(String variableName, PlanItemInstance planItemInstance, int maxAllowedLocalVariables) processThresholdReached(String elementId, String processInstanceId, int maxAllowedElementRepetitions) processVariableThresholdReached(String variableName, ProcessInstance processInstance, int maxAllowedVariables) taskVariableThresholdReached(String variableName, Task task, int maxAllowedLocalVariables) Methods inherited from class org.flowable.common.engine.api.FlowableExceptionisLogged, isReduceLogLevel, setLogged, setReduceLogLevelMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FlowableThresholdReachedException
- 
FlowableThresholdReachedException
 
- 
- 
Method Details- 
processThresholdReachedpublic static FlowableThresholdReachedException processThresholdReached(String elementId, String processInstanceId, int maxAllowedElementRepetitions) 
- 
processVariableThresholdReachedpublic static FlowableThresholdReachedException processVariableThresholdReached(String variableName, ProcessInstance processInstance, int maxAllowedVariables) 
- 
executionVariableThresholdReachedpublic static FlowableThresholdReachedException executionVariableThresholdReached(String variableName, Execution execution, int maxAllowedLocalVariables) 
- 
caseThresholdReachedpublic static FlowableThresholdReachedException caseThresholdReached(String elementId, String caseInstanceId, int maxAllowedElementRepetitions) 
- 
caseThresholdReachedpublic static FlowableThresholdReachedException caseThresholdReached(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions) 
- 
caseVariableThresholdReachedpublic static FlowableThresholdReachedException caseVariableThresholdReached(String variableName, CaseInstance caseInstance, int maxAllowedVariablesPerInstance) 
- 
planItemVariableThresholdReachedpublic static FlowableThresholdReachedException planItemVariableThresholdReached(String variableName, PlanItemInstance planItemInstance, int maxAllowedLocalVariables) 
- 
taskVariableThresholdReachedpublic static FlowableThresholdReachedException taskVariableThresholdReached(String variableName, Task task, int maxAllowedLocalVariables) 
 
-