Class OptimisticLockException

All Implemented Interfaces:
Serializable

public class OptimisticLockException extends DataAccessException
Thrown when an update to data is prevented due to the data on the server being more up to date then the data being updated.
Since:
2.1
See Also:
  • Constructor Details

    • OptimisticLockException

      public OptimisticLockException(String message)
      Construct an OptimisticLockException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).