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, toStringprotected MigrationPlanValidationReport validationReport
public MigrationPlanValidationException(String message, MigrationPlanValidationReport validationReport)
public MigrationPlanValidationReport getValidationReport()
Copyright © 2018. All rights reserved.