Class OllamaAPIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.intino.alexandria.ollama.OllamaAPIException
All Implemented Interfaces:
Serializable

public class OllamaAPIException extends Exception
See Also:
  • Constructor Details

    • OllamaAPIException

      public OllamaAPIException()
    • OllamaAPIException

      public OllamaAPIException(String message)
    • OllamaAPIException

      public OllamaAPIException(int statusCode, String message)
    • OllamaAPIException

      public OllamaAPIException(String message, Throwable cause)
    • OllamaAPIException

      public OllamaAPIException(Throwable cause)
  • Method Details

    • statusCode

      public Integer statusCode()