Class DataModifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.faktorips.runtime.productdataprovider.DataModifiedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataModifiedException extends java.lang.ExceptionException thrown if the requested data has been modified since last correct modification check.- Author:
- dirmeier
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringnewVersionjava.lang.StringoldVersion
-
Constructor Summary
Constructors Constructor Description DataModifiedException(java.lang.String message, java.lang.String oldVersion, java.lang.String newVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()
-