CorruptIndexException

constructor(originalMessage: String, resourceDescription: String, cause: Throwable? = null)


constructor(message: String, input: DataInput)
constructor(message: String, output: DataOutput)

Create exception with a message only


constructor(message: String, input: DataInput, cause: Throwable?)
constructor(message: String, output: DataOutput, cause: Throwable?)

Create exception with message and root cause.