com.stepstone.search.hnswlib.jna.exception.UnableToCreateNewIndexInstanceException Maven / Gradle / Ivy
package com.stepstone.search.hnswlib.jna.exception;
/**
* This exception is thrown when it is not possible (for some reason) to create
* a new index instance in the native side.
*/
public class UnableToCreateNewIndexInstanceException extends UnexpectedNativeException {
}