Class OpenAIIntegrationDisabledException

All Implemented Interfaces:
Serializable

public class OpenAIIntegrationDisabledException extends IntegrationException
Exception thrown when OpenAI integration calls are disabled by configuration.
Version:
2.0.2
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • OpenAIIntegrationDisabledException

      public OpenAIIntegrationDisabledException(String message)
      Generic constructor.
      Parameters:
      message - message
    • OpenAIIntegrationDisabledException

      public OpenAIIntegrationDisabledException(String message, Throwable throwable)
      Generic constructor with Throwable instances.
      Parameters:
      message - message
      throwable - Throwable