Package org.springframework.ai.retry
Class NonTransientAiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.ai.retry.NonTransientAiException
- All Implemented Interfaces:
Serializable
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.
- Since:
- 0.8.1
- Author:
- Christian Tzolov
- See Also:
-
Constructor Summary
ConstructorDescriptionNonTransientAiException
(String message) NonTransientAiException
(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
-
NonTransientAiException
-
NonTransientAiException
-