Class OptimisticLockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OptimisticLockException
    extends ApiUsageException
    Signifies that another user has updated or deleted a given object, more specifically a query of the form : "<action> where id = ? and version = ?" applied to no rows.
    Since:
    3.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OptimisticLockException

        public OptimisticLockException​(java.lang.String msg)