Class UnsupportedModelChangeException

All Implemented Interfaces:
Serializable

public class UnsupportedModelChangeException extends RuntimeException
Thrown during dynamic model apply when an identity-defining property of an already-applied entity, attribute, or enumeration is changed. Such properties are immutable once applied because the change cannot be migrated in place. Carries the logical object name and property so the UI can present a user-friendly message.
See Also:
  • Constructor Details

    • UnsupportedModelChangeException

      public UnsupportedModelChangeException(String objectName, String propertyName, String message)
  • Method Details

    • getObjectName

      public String getObjectName()
    • getPropertyName

      public String getPropertyName()