Class IndexFormatTooNewException

    • Constructor Detail

      • IndexFormatTooNewException

        public IndexFormatTooNewException​(String resourceDesc,
                                          int version,
                                          int minVersion,
                                          int maxVersion)
        NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
      • IndexFormatTooNewException

        public IndexFormatTooNewException​(DataInput in,
                                          int version,
                                          int minVersion,
                                          int maxVersion)
        NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.