Package akka.javasdk.agent
Class ModelTimeoutException
Object
Throwable
Exception
RuntimeException
akka.javasdk.agent.ModelTimeoutException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelTimeoutException
-