public class IndexFormatTooOldException extends CorruptIndexException
Constructor and Description |
---|
IndexFormatTooOldException(DataInput in,
int version,
int minVersion,
int maxVersion)
Creates an
IndexFormatTooOldException . |
IndexFormatTooOldException(DataInput in,
String version)
Creates an
IndexFormatTooOldException . |
IndexFormatTooOldException(String resourceDesc,
int version,
int minVersion,
int maxVersion)
Creates an
IndexFormatTooOldException . |
IndexFormatTooOldException(String resourceDesc,
String version)
Creates an
IndexFormatTooOldException . |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexFormatTooOldException(String resourceDesc, String version)
IndexFormatTooOldException
.resourceDesc
- describes the file that was too oldversion
- the version of the file that was too oldpublic IndexFormatTooOldException(DataInput in, String version)
IndexFormatTooOldException
.in
- the open file that's too oldversion
- the version of the file that was too oldpublic IndexFormatTooOldException(String resourceDesc, int version, int minVersion, int maxVersion)
IndexFormatTooOldException
.resourceDesc
- describes the file that was too oldversion
- the version of the file that was too oldminVersion
- the minimum version acceptedmaxVersion
- the maxium version acceptedpublic IndexFormatTooOldException(DataInput in, int version, int minVersion, int maxVersion)
IndexFormatTooOldException
.in
- the open file that's too oldversion
- the version of the file that was too oldminVersion
- the minimum version acceptedmaxVersion
- the maxium version acceptedCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.