Class MigrationPlanValidationExceptionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.ExceptionDto
org.camunda.bpm.engine.rest.dto.migration.MigrationPlanValidationExceptionDto
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
code, message, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfrom
(MigrationPlanValidationException exception) void
setValidationReport
(MigrationPlanReportDto validationReport) Methods inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
fromException, fromException, getCode, getMessage, getType, setCode, setMessage, setType
-
Field Details
-
validationReport
-
-
Constructor Details
-
MigrationPlanValidationExceptionDto
public MigrationPlanValidationExceptionDto()
-
-
Method Details
-
getValidationReport
-
setValidationReport
-
from
-