Class UnsupportedFeatureException

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

public final class UnsupportedFeatureException extends RuntimeException
Exception thrown when an unsupported feature is requested from an AI model or service. This indicates that the feature is not available or not supported by the current configuration.
See Also:
  • Constructor Details

    • UnsupportedFeatureException

      public UnsupportedFeatureException(String message)