org.faktorips.runtime.productdataprovider
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:
- Serialized Form
oldVersion
public final String oldVersion
newVersion
public final String newVersion
DataModifiedException
public DataModifiedException(String message,
String oldVersion,
String newVersion)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2015. All rights reserved.