Package org.camunda.bpm.engine.migration
Class MigrationPlanValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.BadUserRequestException
org.camunda.bpm.engine.migration.MigrationPlanValidationException
- All Implemented Interfaces:
Serializable
Thrown if a migration plan is not valid, e.g. because it contains instructions that can in general not be executed.
Contains a
MigrationPlanValidationReport
that contains the details for all validation erorrs.- Author:
- Thorben Lindhauer
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
Constructor Summary
ConstructorDescriptionMigrationPlanValidationException
(String message, MigrationPlanValidationReport validationReport) -
Method Summary
Modifier and TypeMethodDescriptionA report with all invalid instructionsMethods 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
-
MigrationPlanValidationException
public MigrationPlanValidationException(String message, MigrationPlanValidationReport validationReport)
-
-
Method Details
-
getValidationReport
A report with all invalid instructions
-