public class ManualInterventionRequiredException extends FlamingockException
| Constructor and Description |
|---|
ManualInterventionRequiredException(java.util.List<RecoveryIssue> conflictingChanges,
java.lang.String stageName)
Creates exception for multiple changes requiring manual intervention.
|
ManualInterventionRequiredException(RecoveryIssue recoveryIssue)
Creates exception for a single change requiring manual intervention.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecoveryIssue> |
getConflictingChanges() |
java.lang.String |
getConflictingSummary()
Returns a summary of all conflicting change IDs for logging purposes.
|
java.lang.String |
getStageName() |
toFlamingockExceptionpublic ManualInterventionRequiredException(RecoveryIssue recoveryIssue)
recoveryIssue - the recovery issue for the changepublic ManualInterventionRequiredException(java.util.List<RecoveryIssue> conflictingChanges, java.lang.String stageName)
conflictingChanges - the list of recovery issues for conflicting changesstageName - the name of the stage where the issues occurredpublic java.util.List<RecoveryIssue> getConflictingChanges()
public java.lang.String getStageName()
public java.lang.String getConflictingSummary()