Package org.nuxeo.elasticsearch.client
Class ESRestClient.TooManyRequestsRetryableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuxeo.elasticsearch.client.ESRestClient.TooManyRequestsRetryableException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ESRestClient
public static class ESRestClient.TooManyRequestsRetryableException extends Exception
Exception when Elastic is overloaded by indexing requests.- Since:
- 2021.16
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyRequestsRetryableException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TooManyRequestsRetryableException
public TooManyRequestsRetryableException(String message)
-
-