public class IndexFormatTooNewException extends CorruptIndexException
Constructor and Description |
---|
IndexFormatTooNewException(DataInput in,
int version,
int minVersion,
int maxVersion)
Creates an
IndexFormatTooNewException |
IndexFormatTooNewException(String resourceDesc,
int version,
int minVersion,
int maxVersion)
Creates an
IndexFormatTooNewException |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexFormatTooNewException(String resourceDesc, int version, int minVersion, int maxVersion)
IndexFormatTooNewException
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 IndexFormatTooNewException(DataInput in, int version, int minVersion, int maxVersion)
IndexFormatTooNewException
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.