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 Details

    • IncompatibleChangeError

      public IncompatibleChangeError(String aMessage)
    • IncompatibleChangeError

      public IncompatibleChangeError(String aMessage, Adaptation aRemovedInstance)
      Since:
      6.0.0
  • Method Details

    • isRemovedInstance

      public boolean isRemovedInstance(Adaptation aDataSet)