java.lang.Object
java.lang.Throwable
java.lang.Exception
de.seggebaeing.sqlanalyzer.logic.promptable.exception.LLMException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RateLimitException

public class LLMException extends Exception
Exception type for errors occurring during LLM interactions.
See Also:
  • Constructor Details

    • LLMException

      public LLMException(String message)
      Creates a new exception with a detail message.
      Parameters:
      message - the detail message
    • LLMException

      public LLMException(String message, Throwable cause)
      Creates a new exception with a detail message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause of the exception