Package org.nuxeo.ecm.core.search
Class SearchClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.core.search.SearchClientException
- All Implemented Interfaces:
Serializable
An unexpected exception that cannot be retried.
- Since:
- 2025.0
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
Constructor Summary
ConstructorsConstructorDescriptionSearchClientException
(String message) SearchClientException
(String message, Exception cause) SearchClientException
(Throwable cause) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchClientException
-
SearchClientException
-
SearchClientException
-