Class ModelCommitConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxzero.sdk.modeling.ModelCommitConflictException
- All Implemented Interfaces:
Serializable
Default SDK error when a rolled-back model commit conflict is not retried.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelCommitConflictException(io.fluxzero.common.api.modeling.CommitModelsResult result) Creates an exception containing the runtime's current model and relationship positions. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelCommitConflictException
public ModelCommitConflictException(io.fluxzero.common.api.modeling.CommitModelsResult result) Creates an exception containing the runtime's current model and relationship positions.
-