Index
All Classes and Interfaces|All Packages|Serialized Form
D
- DEFAULT_RESPONSE_ERROR_HANDLER - Static variable in class org.springframework.ai.retry.RetryUtils
- DEFAULT_RETRY_TEMPLATE - Static variable in class org.springframework.ai.retry.RetryUtils
N
- NonTransientAiException - Exception in org.springframework.ai.retry
-
Root of the hierarchy of Model access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.
- NonTransientAiException(String) - Constructor for exception org.springframework.ai.retry.NonTransientAiException
- NonTransientAiException(String, Throwable) - Constructor for exception org.springframework.ai.retry.NonTransientAiException
O
- org.springframework.ai.retry - package org.springframework.ai.retry
R
- RetryUtils - Class in org.springframework.ai.retry
-
RetryUtils is a utility class for configuring and handling retry operations.
- RetryUtils() - Constructor for class org.springframework.ai.retry.RetryUtils
S
- SHORT_RETRY_TEMPLATE - Static variable in class org.springframework.ai.retry.RetryUtils
-
Useful in testing scenarios where you don't want to wait long for retry and now show stack trace
T
- TransientAiException - Exception in org.springframework.ai.retry
-
Root of the hierarchy of Model access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
- TransientAiException(String) - Constructor for exception org.springframework.ai.retry.TransientAiException
- TransientAiException(String, Throwable) - Constructor for exception org.springframework.ai.retry.TransientAiException
All Classes and Interfaces|All Packages|Serialized Form