Class OptimisticLockException

  • All Implemented Interfaces:
    Serializable

    public class OptimisticLockException
    extends EclipseLinkException

    Purpose: This exception is used when TopLink's optimistic locking feature is used. It will be raised if the object being updated or deleted was changed or deleted from the database since it as last read.

    See Also:
    Serialized Form