Class NonTransientAiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.ai.retry.NonTransientAiException
All Implemented Interfaces:
Serializable

public class NonTransientAiException extends RuntimeException
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 Details

    • NonTransientAiException

      public NonTransientAiException(String message)
    • NonTransientAiException

      public NonTransientAiException(String message, Throwable cause)