IndexFormatTooNewException

constructor(resourceDescription: String, version: Int, minVersion: Int, maxVersion: Int)


constructor(in: DataInput, version: Int, minVersion: Int, maxVersion: Int)

Creates an IndexFormatTooNewException

Parameters

in

the open file that's too new

version

the version of the file that was too new

minVersion

the minimum version accepted

maxVersion

the maximum version accepted