Module io.automatiko.engine.api
Class ConflictingVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.automatiko.engine.api.workflow.ConflictingVersionException
- All Implemented Interfaces:
Serializable
An exception that is thrown when a conflict between versions of the instance
has been identified. Usually it refers to concurrent updates of the same instance
and thus to avoid overrides a conflict is flagged.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictingVersionException(String message) ConflictingVersionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictingVersionException
-
ConflictingVersionException
-
ConflictingVersionException
-