Class UncategorizedMeilisearchException
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.UncategorizedDataAccessException
io.vanslog.spring.data.meilisearch.UncategorizedMeilisearchException
- All Implemented Interfaces:
Serializable
Uncategorized exception for Meilisearch.
- Author:
- Junghoon Ban
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUncategorizedMeilisearchException(String message) Constructor for UncategorizedMeilisearchException.UncategorizedMeilisearchException(String message, Throwable cause) Constructor for UncategorizedMeilisearchException. -
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
-
UncategorizedMeilisearchException
Constructor for UncategorizedMeilisearchException.- Parameters:
message- the detail message
-
UncategorizedMeilisearchException
Constructor for UncategorizedMeilisearchException.- Parameters:
message- the detail messagecause- the root cause from the data access API in use
-