Class IndexFormatTooOldException

    • Constructor Detail

      • IndexFormatTooOldException

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

        public IndexFormatTooOldException​(DataInput in,
                                          String version)
        NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
      • IndexFormatTooOldException

        public IndexFormatTooOldException​(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.
      • IndexFormatTooOldException

        public IndexFormatTooOldException​(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.