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
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 Summary
ConstructorsConstructorDescriptionIncompatibleChangeError(String aMessage) IncompatibleChangeError(String aMessage, Adaptation aRemovedInstance)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
IncompatibleChangeError
 - 
IncompatibleChangeError
- Since:
 - 6.0.0
 
 
 - 
 - 
Method Details
- 
isRemovedInstance
 
 -