Package com.onwbp.adaptation
Class IncompatibleChangeError
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- com.onwbp.adaptation.IncompatibleChangeError
 
 
 
 
 
- All Implemented Interfaces:
- Serializable
 
 - public final class IncompatibleChangeError extends IllegalStateException Unchecked exception thrown when the repository or the underlying data model has changed and this change implies that the current operation cannot be completed successfully.
-   Constructor SummaryConstructors Constructor Description IncompatibleChangeError (String aMessage)IncompatibleChangeError (String aMessage, Adaptation aRemovedInstance)
 -   Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRemovedInstance (Adaptation aDataSet)-   Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
-   
 
-   
-   Constructor Detail- IncompatibleChangeError- public IncompatibleChangeError(String aMessage) 
 - IncompatibleChangeError- public IncompatibleChangeError(String aMessage, Adaptation aRemovedInstance) - Since:
- 6.0.0
 
 
 -   Method Detail- isRemovedInstance- public boolean isRemovedInstance(Adaptation aDataSet) 
 
 
-