Serializable
public class IndexFormatTooOldException extends CorruptIndexException
Constructor | Description |
---|---|
IndexFormatTooOldException(String resourceDesc,
int version,
int minVersion,
int maxVersion) |
|
IndexFormatTooOldException(String resourceDesc,
String version) |
|
IndexFormatTooOldException(DataInput in,
int version,
int minVersion,
int maxVersion) |
|
IndexFormatTooOldException(DataInput in,
String version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.