Class TransientAiException

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

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

    • TransientAiException

      public TransientAiException(String message)
    • TransientAiException

      public TransientAiException(String message, Throwable cause)