org.faktorips.runtime.productdataprovider
Class DataModifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
 String newVersion
           
 String oldVersion
           
 
Constructor Summary
DataModifiedException(String message, String oldVersion, String newVersion)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oldVersion

public final String oldVersion

newVersion

public final String newVersion
Constructor Detail

DataModifiedException

public DataModifiedException(String message,
                             String oldVersion,
                             String newVersion)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2015. All rights reserved.