Class VersionMismatchInitException

All Implemented Interfaces:
Serializable

public class VersionMismatchInitException extends RoStoreException
Thrown when the version of the entry is set incorrectly on the entry initialization.

It either should be Utils.VERSION_UNDEFINED for non-versioned entries or it should be Utils.VERSION_START.

The logic can be overridden if the RecordOption.OVERRIDE_VERSION is provided to the record.

See Also: