Package com.deusto.coffeestack.exception
Class ChatbotUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.deusto.coffeestack.exception.ChatbotUnavailableException
- All Implemented Interfaces:
Serializable
Lanzada cuando el asistente IA no puede generar una respuesta:
Ollama no responde, el modelo no está cargado, timeout, etc.
El handler global la mapea a HTTP 503 Service Unavailable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChatbotUnavailableException(String message) ChatbotUnavailableException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChatbotUnavailableException
-
ChatbotUnavailableException
-