Class BmTooOldDataFormatException

    • Constructor Detail

      • BmTooOldDataFormatException

        public BmTooOldDataFormatException​(String engineId,
                                           int actualVersion,
                                           int supportedVersion)
        Constructs a new instance.
        Parameters:
        engineId - the identifier of the engine, can't be null.
        actualVersion - The actual version.
        supportedVersion - The supported version.