const classafMorphia::OptimisticLockErr

sys::Obj
  sys::Err
    afMorphia::MorphiaErr
      afMorphia::OptimisticLockErr

Thrown by Datastore.update() when it tried to update an entity when newer data exists.

make

Source

new make(Str msg, Type type, Int version)

type

Source

const Type type

The entity type being updated.

version

Source

const Int version

The out-of-date version number.