public class FailedChangeProcessResult extends ChangeProcessResult
| Constructor and Description |
|---|
FailedChangeProcessResult(java.lang.String changeId,
io.flamingock.internal.common.core.response.data.ChangeResult result,
java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException() |
boolean |
isFailed() |
getChangeId, getResultpublic FailedChangeProcessResult(java.lang.String changeId,
io.flamingock.internal.common.core.response.data.ChangeResult result,
java.lang.Throwable exception)
public java.lang.Throwable getException()
public boolean isFailed()
isFailed in class ChangeProcessResult