public class StageExecutionException
extends io.flamingock.internal.common.core.error.FlamingockException
| Modifier and Type | Method and Description |
|---|---|
static StageExecutionException |
fromResult(java.lang.Throwable exception,
io.flamingock.internal.common.core.response.data.StageResult result,
java.lang.String failedChangeId) |
java.lang.String |
getFailedChangeId() |
io.flamingock.internal.common.core.response.data.StageResult |
getResult() |
toFlamingockExceptionpublic static StageExecutionException fromResult(java.lang.Throwable exception, io.flamingock.internal.common.core.response.data.StageResult result, java.lang.String failedChangeId)
public io.flamingock.internal.common.core.response.data.StageResult getResult()
public java.lang.String getFailedChangeId()