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