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
public class MigratingProcessInstanceValidationException extends ProcessEngineException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MigratingProcessInstanceValidationReport
validationReport
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description MigratingProcessInstanceValidationException(String message, MigratingProcessInstanceValidationReport validationReport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MigratingProcessInstanceValidationReport
getValidationReport()
A report with all instructions that cannot be applied to the given process instance-
Methods 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 Detail
-
validationReport
protected MigratingProcessInstanceValidationReport validationReport
-
-
Constructor Detail
-
MigratingProcessInstanceValidationException
public MigratingProcessInstanceValidationException(String message, MigratingProcessInstanceValidationReport validationReport)
-
-
Method Detail
-
getValidationReport
public MigratingProcessInstanceValidationReport getValidationReport()
A report with all instructions that cannot be applied to the given process instance
-
-