Class DataModifiedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException
- All Implemented Interfaces:
Serializable
Exception thrown if the requested data has been modified since last correct modification check.
This exception encapsulates a
DataModifiedException in a runtime exception.- Author:
- dirmeier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataModifiedRuntimeException(String message, String oldVersion, String newVersion) Constructs a newDataModifiedRuntimeExceptionwith a nestedDataModifiedException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataModifiedRuntimeException
-
DataModifiedRuntimeException
Constructs a newDataModifiedRuntimeExceptionwith a nestedDataModifiedException
-
-
Method Details
-
getDataModifiedException
Getting the nestedDataModifiedException
-