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.
Since:
0.8.1
Author:
Christian Tzolov
See Also:
  • Constructor Details

    • TransientAiException

      public TransientAiException(String message)
      Constructor with message.
      Parameters:
      message - the exception message
    • TransientAiException

      public TransientAiException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - the exception message
      cause - the exception cause