Class ConflictingVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.automatiko.engine.api.workflow.ConflictingVersionException
All Implemented Interfaces:
Serializable

public class ConflictingVersionException extends RuntimeException
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 Details

    • ConflictingVersionException

      public ConflictingVersionException(String message, Throwable cause)
    • ConflictingVersionException

      public ConflictingVersionException(String message)
    • ConflictingVersionException

      public ConflictingVersionException(Throwable cause)