Class OptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codename1.orm.session.PersistenceException
com.codename1.orm.session.OptimisticLockException
The row was changed or removed since it was loaded.
-
Constructor Summary
ConstructorsConstructorDescriptionOptimisticLockException(String message) Creates an exception describing the persistence failure. -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptimisticLockException
Creates an exception describing the persistence failure.- Parameters:
message- failure description
-