Class DataModifiedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.faktorips.runtime.productdataprovider.DataModifiedException
All Implemented Interfaces:
Serializable

public class DataModifiedException extends Exception
Exception thrown if the requested data has been modified since last correct modification check.
Author:
dirmeier
See Also:
  • Field Details

    • oldVersion

      public final String oldVersion
    • newVersion

      public final String newVersion
  • Constructor Details

    • DataModifiedException

      public DataModifiedException(String message, String oldVersion, String newVersion)
  • Method Details