org.faktorips.runtime.productdataprovider
Class DataModifiedRuntimeException

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

Constructor Summary
DataModifiedRuntimeException(DataModifiedException e)
           
DataModifiedRuntimeException(String message, String oldVersion, String newVersion)
          Constructs a new DataModifiedRuntimeException with a nested DataModifiedException
 
Method Summary
 DataModifiedException getDataModifiedException()
          Getting the nested DataModifiedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataModifiedRuntimeException

public DataModifiedRuntimeException(DataModifiedException e)

DataModifiedRuntimeException

public DataModifiedRuntimeException(String message,
                                    String oldVersion,
                                    String newVersion)
Constructs a new DataModifiedRuntimeException with a nested DataModifiedException

Method Detail

getDataModifiedException

public DataModifiedException getDataModifiedException()
Getting the nested DataModifiedException



Copyright © 2015. All rights reserved.