Class ModelTimeoutException

Object
Throwable
Exception
RuntimeException
akka.javasdk.agent.ModelTimeoutException
All Implemented Interfaces:
Serializable

public final class ModelTimeoutException extends RuntimeException
Exception thrown when a request to an AI model or external service times out. This indicates that the operation took longer than the configured timeout period.
See Also:
  • Constructor Details

    • ModelTimeoutException

      public ModelTimeoutException(String message)