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, toStringpublic IndexFormatTooNewException(String resourceDesc, int version, int minVersion, int maxVersion)
IndexFormatTooNewExceptionresourceDesc - 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)
IndexFormatTooNewExceptionin - 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.