Class OptimisticLockingException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CrdbTransactionRetryException

    public class OptimisticLockingException
    extends ProcessEngineException
    Exception that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry.
    Author:
    Tom Baeyens, Joram Barrez
    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

      • OptimisticLockingException

        public OptimisticLockingException​(java.lang.String message)
      • OptimisticLockingException

        public OptimisticLockingException​(java.lang.String message,
                                          java.lang.Throwable throwable)