Package org.springframework.ai.retry
Class TransientAiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.ai.retry.TransientAiException
- All Implemented Interfaces:
Serializable
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.
- Since:
- 0.8.1
- Author:
- Christian Tzolov
- See Also:
-
Constructor Summary
ConstructorDescriptionTransientAiException
(String message) TransientAiException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransientAiException
-
TransientAiException
-