org.apache.lucene.index
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
Copyright © 2000–2018 JBoss by Red Hat. All rights reserved.