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
public class FlowableThresholdReachedException extends FlowableUnrecoverableJobException
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
-
Constructor Summary
Constructors Constructor Description FlowableThresholdReachedException(String message)
FlowableThresholdReachedException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowableThresholdReachedException
caseThresholdReached(String elementId, String caseInstanceId, int maxAllowedElementRepetitions)
static FlowableThresholdReachedException
caseThresholdReached(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions)
static FlowableThresholdReachedException
processThresholdReached(String elementId, String processInstanceId, int maxAllowedElementRepetitions)
-
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevel
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
processThresholdReached
public static FlowableThresholdReachedException processThresholdReached(String elementId, String processInstanceId, int maxAllowedElementRepetitions)
-
caseThresholdReached
public static FlowableThresholdReachedException caseThresholdReached(String elementId, String caseInstanceId, int maxAllowedElementRepetitions)
-
caseThresholdReached
public static FlowableThresholdReachedException caseThresholdReached(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions)
-
-