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
ConstructorsConstructorDescriptionNonTransientAiException(String message) Constructor with message.NonTransientAiException(String message, Throwable cause) Constructor with message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonTransientAiException
Constructor with message.- Parameters:
message- the exception message
-
NonTransientAiException
-