public class IndexFormatTooOldException extends CorruptIndexException
Constructor and Description |
---|
IndexFormatTooOldException(DataInput in,
int version,
int minVersion,
int maxVersion) |
IndexFormatTooOldException(DataInput in,
java.lang.String version) |
IndexFormatTooOldException(java.lang.String resourceDesc,
int version,
int minVersion,
int maxVersion) |
IndexFormatTooOldException(java.lang.String resourceDesc,
java.lang.String version) |
public IndexFormatTooOldException(java.lang.String resourceDesc, java.lang.String version)
public IndexFormatTooOldException(DataInput in, java.lang.String version)
public IndexFormatTooOldException(java.lang.String resourceDesc, int version, int minVersion, int maxVersion)
public IndexFormatTooOldException(DataInput in, int version, int minVersion, int maxVersion)
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.