Class LlmException

All Implemented Interfaces:
Serializable

public class LlmException extends FessSystemException
Exception thrown when an error occurs during LLM operations.
Author:
FessProject
See Also:
  • Constructor Details

    • LlmException

      public LlmException(String message)
      Creates a new exception with the specified message.
      Parameters:
      message - the error message
    • LlmException

      public LlmException(String message, Throwable cause)
      Creates a new exception with the specified message and cause.
      Parameters:
      message - the error message
      cause - the cause of the exception