org.faktorips.runtime.productdataprovider
Class DataModifiedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException
- All Implemented Interfaces:
- Serializable
public class DataModifiedRuntimeException
- extends RuntimeException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataModifiedRuntimeException
public DataModifiedRuntimeException(DataModifiedException e)
DataModifiedRuntimeException
public DataModifiedRuntimeException(String message,
String oldVersion,
String newVersion)
- Constructs a new
DataModifiedRuntimeException with a nested
DataModifiedException
getDataModifiedException
public DataModifiedException getDataModifiedException()
- Getting the nested
DataModifiedException
Copyright © 2015. All rights reserved.