Class LLMException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.forgeai.jenkins.llm.LLMException
All Implemented Interfaces:
Serializable

public class LLMException extends Exception
See Also:
  • Constructor Details

    • LLMException

      public LLMException(String message, String providerName)
    • LLMException

      public LLMException(String message, int statusCode, String providerName)
    • LLMException

      public LLMException(String message, Throwable cause, String providerName)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getProviderName

      public String getProviderName()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable