Class UnsupportedVersionException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedVersionException
    extends ApplicationException
    Provides an exception indicating that an entity (such as a form) is not supported by this TM version.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedVersionException

        public UnsupportedVersionException​(String userMessage,
                                           String minVersionRequired,
                                           BaseEntity entity)
        Create a UnsupportedVersionException object with the given parameters
        Parameters:
        userMessage - the user message (required)
        minVersionRequired - the minimum version that was required (required)
        entity - the entity violating the version constraint (optional)