public class IndexFormatTooOldException extends CorruptIndexException
Constructor and Description |
---|
IndexFormatTooOldException(DataInput in,
int version,
int minVersion,
int maxVersion) |
IndexFormatTooOldException(DataInput in,
String version) |
IndexFormatTooOldException(String resourceDesc,
int version,
int minVersion,
int maxVersion) |
IndexFormatTooOldException(String resourceDesc,
String version) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexFormatTooOldException(String resourceDesc, String version)
public IndexFormatTooOldException(DataInput in, String version)
public IndexFormatTooOldException(String resourceDesc, int version, int minVersion, int maxVersion)
public IndexFormatTooOldException(DataInput in, int version, int minVersion, int maxVersion)