Package ai.picovoice.picollm
Class PicoLLMActivationRefusedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.picovoice.picollm.PicoLLMException
-
- ai.picovoice.picollm.PicoLLMActivationRefusedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PicoLLMActivationRefusedException extends PicoLLMException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PicoLLMActivationRefusedException(java.lang.String message)PicoLLMActivationRefusedException(java.lang.String message, java.lang.String[] messageStack)PicoLLMActivationRefusedException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class ai.picovoice.picollm.PicoLLMException
getMessage, getMessageStack
-
-
-
-
Constructor Detail
-
PicoLLMActivationRefusedException
public PicoLLMActivationRefusedException(java.lang.Throwable cause)
-
PicoLLMActivationRefusedException
public PicoLLMActivationRefusedException(java.lang.String message)
-
PicoLLMActivationRefusedException
public PicoLLMActivationRefusedException(java.lang.String message, java.lang.String[] messageStack)
-
-