Class IndexAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
io.vanslog.spring.data.meilisearch.IndexAccessException
- All Implemented Interfaces:
Serializable
Exception indicating that an index could not be found.
- Author:
- Junghoon Ban
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexAccessException(String indexUid) Constructor for IndexAccessException.IndexAccessException(String indexUid, Throwable cause) Constructor for IndexAccessException. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexAccessException
Constructor for IndexAccessException.- Parameters:
indexUid- the index uid
-
IndexAccessException
Constructor for IndexAccessException.- Parameters:
indexUid- the index uidcause- the root cause from the data access API in use
-
-
Method Details
-
getIndexUid
-