public class MigrationPlanValidationException extends BadUserRequestException
MigrationPlanValidationReport
that contains the details for all validation erorrs.Modifier and Type | Field and Description |
---|---|
protected MigrationPlanValidationReport |
validationReport |
Constructor and Description |
---|
MigrationPlanValidationException(String message,
MigrationPlanValidationReport validationReport) |
Modifier and Type | Method and Description |
---|---|
MigrationPlanValidationReport |
getValidationReport()
A report with all invalid instructions
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected MigrationPlanValidationReport validationReport
public MigrationPlanValidationException(String message, MigrationPlanValidationReport validationReport)
public MigrationPlanValidationReport getValidationReport()
Copyright © 2022. All rights reserved.