Package org.camunda.bpm.engine.migration
Class MigratingProcessInstanceValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.migration.MigratingProcessInstanceValidationException
- All Implemented Interfaces:
Serializable
Thrown if at least one migration instruction cannot be applied to the activity instance it matches. Contains
a object that contains the details for all validation errors.
- Author:
- Thorben Lindhauer
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
Constructor Summary
ConstructorDescriptionMigratingProcessInstanceValidationException
(String message, MigratingProcessInstanceValidationReport validationReport) -
Method Summary
Modifier and TypeMethodDescriptionA report with all instructions that cannot be applied to the given process instanceMethods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
validationReport
-
-
Constructor Details
-
MigratingProcessInstanceValidationException
public MigratingProcessInstanceValidationException(String message, MigratingProcessInstanceValidationReport validationReport)
-
-
Method Details
-
getValidationReport
A report with all instructions that cannot be applied to the given process instance
-