Class OutdatedException

All Implemented Interfaces:
Serializable

public class OutdatedException extends PersistException
Thrown when update action fails because saved record is outdated (version field on record is used therefore).
See Also:
  • Field Details

  • Constructor Details

    • OutdatedException

      public OutdatedException()
    • OutdatedException

      public OutdatedException(String message)
    • OutdatedException

      public OutdatedException(Throwable cause)
    • OutdatedException

      public OutdatedException(String message, Throwable cause)