Class BmTooNewDataFormatException

    • Constructor Detail

      • BmTooNewDataFormatException

        public BmTooNewDataFormatException​(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.