const classafMorphia::OptimisticLockErr

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

Thrown when updating an entity and a newer _version 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.