Class OptimisticLockException

All Implemented Interfaces:
Serializable

@PublicApi public class OptimisticLockException extends InsightException
The OptimisticLockException to throw when attempt to update object attribute fails.
See Also:
  • Constructor Details

    • OptimisticLockException

      public OptimisticLockException(String values, int objectTypeAttributeId, int objectId)
  • Method Details

    • getValues

      public String getValues()
    • getObjectTypeAttributeId

      public int getObjectTypeAttributeId()
    • getObjectId

      public int getObjectId()