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.FlowableExceptionisLogged, reduceLogLevel
 
- 
 - 
Constructor SummaryConstructors Constructor Description FlowableThresholdReachedException(String message)FlowableThresholdReachedException(String message, Throwable cause)
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowableThresholdReachedExceptioncaseThresholdReached(String elementId, String caseInstanceId, int maxAllowedElementRepetitions)static FlowableThresholdReachedExceptioncaseThresholdReached(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions)static FlowableThresholdReachedExceptionprocessThresholdReached(String elementId, String processInstanceId, int maxAllowedElementRepetitions)- 
Methods inherited from class org.flowable.common.engine.api.FlowableExceptionisLogged, isReduceLogLevel, setLogged, setReduceLogLevel
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
processThresholdReachedpublic static FlowableThresholdReachedException processThresholdReached(String elementId, String processInstanceId, int maxAllowedElementRepetitions) 
 - 
caseThresholdReachedpublic static FlowableThresholdReachedException caseThresholdReached(String elementId, String caseInstanceId, int maxAllowedElementRepetitions) 
 - 
caseThresholdReachedpublic static FlowableThresholdReachedException caseThresholdReached(String elementId, String state, String caseInstanceId, int maxAllowedElementRepetitions) 
 
- 
 
-