Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public final class OptimisticLockException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. PersistenceException
  6. OptimisticLockException
The row was changed or removed since it was loaded.

Constructors

public OptimisticLockException(String message)Creates an exception describing the persistence failure.

Inherited methods

Constructor details

OptimisticLockException

public OptimisticLockException(String message)
Creates an exception describing the persistence failure.

Parameters

message String
failure description