Class RecordModifiedException

All Implemented Interfaces:
Serializable

public final class RecordModifiedException extends UpdateException
An exception indicating that the row in question has been modified or deleted since it was loaded.
See Also:
  • Constructor Details

    • RecordModifiedException

      public RecordModifiedException(Object row, Object modifiedRow, String message)
      Instantiates a new RecordModifiedException
      Parameters:
      row - the row being updated
      modifiedRow - the current (modified) version of the row, null if it has been deleted
      message - a message describing the modification
  • Method Details

    • row

      public Object row()
      Returns:
      the row being updated
    • modifiedRow

      public Object modifiedRow()
      Returns:
      the current (modified) version of the row, null if it has been deleted