Class 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 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)