Class SRecordInstance.BrokenOptimisticLockException

All Implemented Interfaces:
Serializable
Enclosing class:
SRecordInstance

public static class SRecordInstance.BrokenOptimisticLockException extends SException
Exception thrown due to broken optimistic locks. This one may be worth trapping by the application so gets its own class.
See Also:
  • Constructor Details

    • BrokenOptimisticLockException

      public BrokenOptimisticLockException(SRecordInstance instance)
  • Method Details