Package org.flowable.common.engine.api
Class FlowableBatchPartMigrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
org.flowable.common.engine.api.FlowableBatchPartMigrationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
ignoreFailedJob
protected boolean ignoreFailedJob
-
-
Constructor Details
-
FlowableBatchPartMigrationException
-
FlowableBatchPartMigrationException
-
-
Method Details
-
isIgnoreFailedJob
public boolean isIgnoreFailedJob() -
setIgnoreFailedJob
public void setIgnoreFailedJob(boolean ignoreFailedJob)
-