IndexFormatTooOldException

constructor(resourceDescription: String, reason: String)

Creates an IndexFormatTooOldException.

Parameters

resourceDescription

describes the file that was too old

reason

the reason for this exception if the version is not available


constructor(in: DataInput, reason: String)

Creates an IndexFormatTooOldException.

Parameters

in

the open file that's too old

reason

the reason for this exception if the version is not available


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

Creates an IndexFormatTooOldException.

Parameters

resourceDescription

describes the file that was too old

version

the version of the file that was too old

minVersion

the minimum version accepted

maxVersion

the maximum version accepted


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

Creates an IndexFormatTooOldException.

Parameters

in

the open file that's too old

version

the version of the file that was too old

minVersion

the minimum version accepted

maxVersion

the maximum version accepted