Class Doctrine\ORM\OptimisticLockException

extends ORMException

An OptimisticLockException is thrown when a version check on an object that uses optimistic locking through a version field fails.

Methods
Methods inherited from Doctrine\ORM\ORMException
missingMappingDriverImpl(), namedQueryNotFound(), namedNativeQueryNotFound(), unrecognizedField(), unexpectedAssociationValue(), invalidOrientation(), entityManagerClosed(), invalidHydrationMode(), mismatchedEventManager(), findByRequiresParameter(), invalidMagicCall(), invalidFindByInverseAssociation(), invalidResultCacheDriver(), notSupported(), queryCacheNotConfigured(), metadataCacheNotConfigured(), queryCacheUsesNonPersistentCache(), metadataCacheUsesNonPersistentCache(), proxyClassesAlwaysRegenerating(), unknownEntityNamespace(), invalidEntityRepository(), missingIdentifierField(), unrecognizedIdentifierFields(), cantUseInOperatorOnCompositeKeys()
Methods inherited from Exception
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString()
Properties