Class ModelException

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

public final class ModelException extends RuntimeException
Exception thrown when there is a failure with the AI model. This can include model errors, invalid requests, or other model-related issues.
See Also:
  • Constructor Details

    • ModelException

      public ModelException(String message)